X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FInstrumentation%2Finstrument_mgr.hxx;h=88a9c8bed656fd7a0a2dddd51103869aa9f8c524;hb=4db6e924fe038b4e0a548ab27f70862a40c4f5f7;hp=11649adabf21d88998fb28d3bf00bede1290ebf0;hpb=980012e1682fdb27c9b9ec27edea0b549d603f9d;p=flightgear.git diff --git a/src/Instrumentation/instrument_mgr.hxx b/src/Instrumentation/instrument_mgr.hxx index 11649adab..88a9c8bed 100644 --- a/src/Instrumentation/instrument_mgr.hxx +++ b/src/Instrumentation/instrument_mgr.hxx @@ -31,6 +31,11 @@ public: FGInstrumentMgr (); virtual ~FGInstrumentMgr (); + bool build (); + +private: + SGPropertyNode *config_props; + bool enabled; };