]> 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 266c5f6f7db6eb661fd02d12f1358cc61cd83271..39fbf2eaab434d5c25013919d2a4995c596fc7a4 100644 (file)
@@ -12,8 +12,8 @@
 #endif
 
 #include <simgear/math/point3d.hxx>
-#include <simgear/misc/props.hxx>
-#include <Main/fgfs.hxx>
+#include <simgear/props/props.hxx>
+#include <simgear/structure/subsystem_mgr.hxx>
 
 
 /**
@@ -36,7 +36,7 @@
  * /instrumentation/dme/indicated-ground-speed-kt
  * /instrumentation/dme/indicated-time-kt
  */
-class DME : public FGSubsystem
+class DME : public SGSubsystem
 {
 
 public: