]> 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 182f78ac432a89baf3b817f427e0104093a5bb9e..1210e3daaff2ee92604137a8a6fdf7cdb3c1c0b4 100644 (file)
@@ -52,6 +52,9 @@ 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