]> git.mxchange.org Git - flightgear.git/blobdiff - src/Instrumentation/instrument_mgr.hxx
Vivian MEAZZA:
[flightgear.git] / src / Instrumentation / instrument_mgr.hxx
index 11649adabf21d88998fb28d3bf00bede1290ebf0..88a9c8bed656fd7a0a2dddd51103869aa9f8c524 100644 (file)
@@ -31,6 +31,11 @@ public:
 
     FGInstrumentMgr ();
     virtual ~FGInstrumentMgr ();
+    bool build ();
+
+private:
+    SGPropertyNode *config_props;
+    bool enabled;
 
 };