]> git.mxchange.org Git - flightgear.git/blobdiff - src/ATC/atc_mgr.hxx
Merge branch 'next' of gitorious.org:fg/flightgear into next
[flightgear.git] / src / ATC / atc_mgr.hxx
index bef72695de5099eb2e4d0a826d9ee610fb71216c..0d9efa730b81bcffe139dae4a540441c783e34b9 100644 (file)
@@ -36,6 +36,8 @@
 
 #include <ATC/trafficcontrol.hxx>
 #include <ATC/atcdialog.hxx>
+
+#include <AIModel/AIAircraft.hxx>
 //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();