]> git.mxchange.org Git - flightgear.git/blobdiff - src/Main/fg_init.hxx
Attempt #1 to sort out confusion between left / right / parking brake
[flightgear.git] / src / Main / fg_init.hxx
index 56325fca1b4e2edce1345ba336b9955d26ab9944..adfc4cc3c6d8f471422d85827c3d9c36c5944fe9 100644 (file)
@@ -90,6 +90,10 @@ bool fgInitPosition();
 // returns a new instance of the SGTime class
 SGTime *fgInitTime();
 
+// set up a time offset (aka warp) if one is specified
+void fgInitTimeOffset();
+
+
 #endif // _FG_INIT_HXX