]> git.mxchange.org Git - flightgear.git/blobdiff - src/Instrumentation/mag_compass.hxx
Make the AI models a bit more intelligent. The Gear should be extended and retracted...
[flightgear.git] / src / Instrumentation / mag_compass.hxx
index 61fb0064097d8c75ecfce23c9cf1a40b39a349ee..8f7aafe275f98957ea71f1876eb574f5bc7faec4 100644 (file)
@@ -11,8 +11,8 @@
 # error This library requires C++
 #endif
 
-#include <simgear/misc/props.hxx>
-#include <Main/fgfs.hxx>
+#include <simgear/props/props.hxx>
+#include <simgear/structure/subsystem_mgr.hxx>
 
 
 /**
@@ -33,7 +33,7 @@
  *
  * /instrumentation/magnetic-compass/indicated-heading-deg
  */
-class MagCompass : public FGSubsystem
+class MagCompass : public SGSubsystem
 {
 
 public: