]> git.mxchange.org Git - flightgear.git/blobdiff - src/Cockpit/kt_70.hxx
Boris Koenig:
[flightgear.git] / src / Cockpit / kt_70.hxx
index 343296a0a997dba46369e82405b2bb406344e2c4..7fdb649e128bc1197243fe4c126f8f73de82dc6f 100644 (file)
 #define _FG_KT_70_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>
 
 #include <Sound/morse.hxx>
 
 
-class FGKT_70 : public FGSubsystem
+class FGKT_70 : public SGSubsystem
 {
     SGPropertyNode *lon_node;
     SGPropertyNode *lat_node;
     SGPropertyNode *alt_node;
     SGPropertyNode *bus_power;
+    SGPropertyNode *serviceable_node;
 
     // internal values
     double r_flash_time;