]> git.mxchange.org Git - flightgear.git/blobdiff - src/Instrumentation/dme.hxx
Make the AI models a bit more intelligent. The Gear should be extended and retracted...
[flightgear.git] / src / Instrumentation / dme.hxx
index c70c43ab8ca76e06294b889f5fefa3ec18f7a766..39fbf2eaab434d5c25013919d2a4995c596fc7a4 100644 (file)
@@ -13,8 +13,7 @@
 
 #include <simgear/math/point3d.hxx>
 #include <simgear/props/props.hxx>
-
-#include <Main/fgfs.hxx>
+#include <simgear/structure/subsystem_mgr.hxx>
 
 
 /**
@@ -37,7 +36,7 @@
  * /instrumentation/dme/indicated-ground-speed-kt
  * /instrumentation/dme/indicated-time-kt
  */
-class DME : public FGSubsystem
+class DME : public SGSubsystem
 {
 
 public: