]> git.mxchange.org Git - flightgear.git/blobdiff - src/Main/fg_init.hxx
Remove current_aircraft global, fgAIRCRAFT struct, and dead code for reading aircraft...
[flightgear.git] / src / Main / fg_init.hxx
index 73a8cd7ebc330ff3d002b89b4b425848458a0c4b..e4a254fd09c89c7cad0680420327dae950e4aa5d 100644 (file)
 #include <simgear/compiler.h>
 #include <simgear/timing/sg_time.hxx>
 
-#include STL_STRING
+#include <string>
 
 #include <Airports/simple.hxx>
 
-SG_USING_STD(string);
+using std::string;
 
 
 // Read in configuration (files and command line optoins) but only set
@@ -83,6 +83,11 @@ void fgReInitSubsystems();
 // Set the initial position based on presets (or defaults)
 bool fgInitPosition();
 
+
+// Listen to /sim/tower/airport-id and set tower view position accordingly
+void fgInitTowerLocationListener();
+
+
 // Initialize various time dependent systems (lighting, sun position, etc.)
 // returns a new instance of the SGTime class
 SGTime *fgInitTime();