]> git.mxchange.org Git - flightgear.git/blobdiff - src/Main/fg_init.hxx
Really implement fgWarpMouse for osgviewer
[flightgear.git] / src / Main / fg_init.hxx
index 73a8cd7ebc330ff3d002b89b4b425848458a0c4b..5bb589d9f157a6168bc3cdfbd32a54dac092fbe6 100644 (file)
@@ -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();