]> git.mxchange.org Git - flightgear.git/blobdiff - src/Cockpit/navcom.hxx
Currently, when the sim pauses, all IO is also halted. To me it generally
[flightgear.git] / src / Cockpit / navcom.hxx
index 5e6434aee43294138ed92b5692c690dfe2043f9f..b05a2f9c42833661ebe621a72a80126157415b1e 100644 (file)
 #define _FG_NAVCOM_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 <Navaids/navlist.hxx>
 #include <Sound/morse.hxx>
 
-class FGNavCom : public FGSubsystem
+class FGNavCom : public SGSubsystem
 {
     FGMorse morse;