]> git.mxchange.org Git - flightgear.git/blobdiff - src/Instrumentation/instrument_mgr.hxx
Merge branch 'ehofman/rename'
[flightgear.git] / src / Instrumentation / instrument_mgr.hxx
index 11649adabf21d88998fb28d3bf00bede1290ebf0..00b6ddfd1add5d5c3e09c0865c558fe05a1a412b 100644 (file)
@@ -31,7 +31,11 @@ public:
 
     FGInstrumentMgr ();
     virtual ~FGInstrumentMgr ();
+    bool build ();
 
+private:
+    SGPropertyNode *config_props;
+    bool _explicitGps;
 };
 
 #endif // __INSTRUMENT_MGR_HXX