X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FATC%2Fatc_mgr.hxx;h=0d9efa730b81bcffe139dae4a540441c783e34b9;hb=7c8ad455a327276e09687b380fb4147ae90b6c8c;hp=bef72695de5099eb2e4d0a826d9ee610fb71216c;hpb=48bb176e87b9567788882ab2e20b6fb4b6373543;p=flightgear.git diff --git a/src/ATC/atc_mgr.hxx b/src/ATC/atc_mgr.hxx index bef72695d..0d9efa730 100644 --- a/src/ATC/atc_mgr.hxx +++ b/src/ATC/atc_mgr.hxx @@ -36,6 +36,8 @@ #include #include + +#include //class FGATCController; @@ -46,7 +48,10 @@ class FGATCManager : public SGSubsystem { private: AtcVec activeStations; - FGATCDialogNew dialog; + FGAIAircraft ai_ac; + FGATCController *controller, *prevController; // The ATC controller that is responsible for the user's aircraft. + bool networkVisible; + bool initSucceeded; public: FGATCManager();