]> git.mxchange.org Git - flightgear.git/blobdiff - src/Instrumentation/instrument_mgr.hxx
throw out "zoomed" tapes. These drew 60% of the scale with bullets rather
[flightgear.git] / src / Instrumentation / instrument_mgr.hxx
index 11649adabf21d88998fb28d3bf00bede1290ebf0..0d0069733b7bb1bd00e91080b8799b46bd9afe99 100644 (file)
@@ -31,7 +31,10 @@ public:
 
     FGInstrumentMgr ();
     virtual ~FGInstrumentMgr ();
+    bool build ();
 
+private:
+    SGPropertyNode *config_props;
 };
 
 #endif // __INSTRUMENT_MGR_HXX