]> git.mxchange.org Git - flightgear.git/blobdiff - src/Model/modelmgr.hxx
I have added Aaron Wilson's virtual 3d runway projection to the HUD.
[flightgear.git] / src / Model / modelmgr.hxx
index 664e48425da3b8f5d25ae26c99df93b5a3ea3b4d..41376f47d1e469d6df7b89a6eed2456b220fa552 100644 (file)
@@ -13,8 +13,7 @@
 #include <vector>
 
 #include <simgear/compiler.h>  // for SG_USING_STD
-
-#include <Main/fgfs.hxx>       // for FGSubsystem
+#include <simgear/structure/subsystem_mgr.hxx>
 
 SG_USING_STD(vector);
 
@@ -27,7 +26,7 @@ class SGModelPlacement;
 /**
  * Manage a list of user-specified models.
  */
-class FGModelMgr : public FGSubsystem
+class FGModelMgr : public SGSubsystem
 {
 public: