]> git.mxchange.org Git - flightgear.git/blobdiff - src/Main/fg_init.hxx
Somewhere along the line in the recent changes some std::cout were
[flightgear.git] / src / Main / fg_init.hxx
index 23350450e5afb65ee1d4c74ac0c9d91b0ccd9ae5..6ed654e7cb774a5716a7f97f39ff6d7bd172e30b 100644 (file)
@@ -80,6 +80,10 @@ bool fgSetPosFromAirportID( const string& id );
 // Set position and heading given an airport id and heading (degrees)
 bool fgSetPosFromAirportIDandHdg( const string& id, double tgt_hdg );
 
+//find altitude given glideslope and offset distance or offset distance
+//given glideslope and altitude
+void fgSetPosFromGlideSlope(void);
+
 // Initialize various time dependent systems (lighting, sun position, etc.)
 // returns a new instance of the SGTime class
 SGTime *fgInitTime();