X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FMain%2Ffg_init.hxx;h=e4a254fd09c89c7cad0680420327dae950e4aa5d;hb=01e0156b5dfd555ef6fad818e53b7cd474b04704;hp=73a8cd7ebc330ff3d002b89b4b425848458a0c4b;hpb=c9813d1b5d79b4aad13c263690a0223086af25ac;p=flightgear.git diff --git a/src/Main/fg_init.hxx b/src/Main/fg_init.hxx index 73a8cd7eb..e4a254fd0 100644 --- a/src/Main/fg_init.hxx +++ b/src/Main/fg_init.hxx @@ -38,11 +38,11 @@ #include #include -#include STL_STRING +#include #include -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();