]> git.mxchange.org Git - flightgear.git/blobdiff - src/Systems/static.hxx
Added a <solve-weight> subtag of the approach/cruise parameters that can
[flightgear.git] / src / Systems / static.hxx
index 0ed4058015428b582594afc54ab824218492e065..56a0a4ed14e42095d8bb39de45082af39e8e2da4 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>
 
 
 /**
@@ -30,7 +30,7 @@
  * TODO: support multiple static ports and specific locations
  * TODO: support alternate air with errors
  */
-class StaticSystem : public FGSubsystem
+class StaticSystem : public SGSubsystem
 {
 
 public: