]> git.mxchange.org Git - flightgear.git/blobdiff - src/Systems/system_mgr.hxx
Metar: finalise-position fast if Metar fails
[flightgear.git] / src / Systems / system_mgr.hxx
index 02c102a7e87e36c815bbcc92458e268e2ee364bd..ca5d64fa3690cd9642e0106f9fb5f7ee4d23db80 100644 (file)
 #endif
 
 #include <simgear/compiler.h>
+#include <simgear/props/props.hxx>
 #include <simgear/structure/subsystem_mgr.hxx>
 
 
 /**
  * Manage aircraft systems.
  *
- * In the initial draft, the systems present are hard-coded, but they
- * will soon be configurable for individual aircraft.
+ * Multiple aircraft systems can be configured for each aircraft.
  */
 class FGSystemMgr : public SGSubsystemGroup
 {
@@ -31,6 +31,8 @@ public:
 
     FGSystemMgr ();
     virtual ~FGSystemMgr ();
+    bool build (SGPropertyNode* config_props);
+
 };
 
 #endif // __SYSTEM_MGR_HXX