]> git.mxchange.org Git - flightgear.git/blobdiff - src/Main/fg_init.hxx
Added code to put aircraft at the end of the runway closest to the desired
[flightgear.git] / src / Main / fg_init.hxx
index 2f4399e4b6204416f1d096638951c5f0b459b47a..1210e3daaff2ee92604137a8a6fdf7cdb3c1c0b4 100644 (file)
@@ -49,6 +49,13 @@ bool fgInitSubsystems( void );
 void fgReInitSubsystems( void );
 
 
+// Set current_options lon/lat given an airport id
+bool fgSetPosFromAirportID( const string& id );
+
+// Set current_options lon/lat given an airport id and heading (degrees)
+bool fgSetPosFromAirportIDandHdg( const string& id, double tgt_hdg );
+
+
 #endif // _FG_INIT_H