]> git.mxchange.org Git - flightgear.git/blobdiff - src/Cockpit/marker_beacon.hxx
Yank out all the glut dependencies and concentrate them in a (easily
[flightgear.git] / src / Cockpit / marker_beacon.hxx
index 6475cae054096fe5547e9440846d86818bd64dcf..aa6d930bf02b7f46abfd8666d29d85b82cd1c753 100644 (file)
 #define _FG_MARKER_BEACON_HXX
 
 
-#include <Main/fgfs.hxx>
 #include <Main/fg_props.hxx>
 
 #include <simgear/compiler.h>
-
+#include <simgear/structure/subsystem_mgr.hxx>
 #include <simgear/math/interpolater.hxx>
 #include <simgear/timing/timestamp.hxx>
 
@@ -37,7 +36,7 @@
 #include <Sound/morse.hxx>
 
 
-class FGMarkerBeacon : public FGSubsystem
+class FGMarkerBeacon : public SGSubsystem
 {
     FGBeacon beacon;
     FGMorse morse;
@@ -52,7 +51,7 @@ class FGMarkerBeacon : public FGSubsystem
     SGPropertyNode *bus_power;
     SGPropertyNode *power_btn;
     SGPropertyNode *audio_btn;
-    SGPropertyNode *servicable;
+    SGPropertyNode *serviceable;
 
     bool need_update;