X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FInstrumentation%2Finstrument_mgr.hxx;h=0d0069733b7bb1bd00e91080b8799b46bd9afe99;hb=c1d06064c8eec5f058f031031cde944489a31b40;hp=f040e26c21a716924a49f85fdf0e16e21bfd8345;hpb=70dde366bcc738b022fac6f8165257e77f5b643a;p=flightgear.git diff --git a/src/Instrumentation/instrument_mgr.hxx b/src/Instrumentation/instrument_mgr.hxx index f040e26c2..0d0069733 100644 --- a/src/Instrumentation/instrument_mgr.hxx +++ b/src/Instrumentation/instrument_mgr.hxx @@ -16,8 +16,7 @@ #endif #include - -#include
+#include /** @@ -26,13 +25,16 @@ * In the initial draft, the instruments present are hard-coded, but they * will soon be configurable for individual aircraft. */ -class FGInstrumentMgr : public FGSubsystemGroup +class FGInstrumentMgr : public SGSubsystemGroup { public: FGInstrumentMgr (); virtual ~FGInstrumentMgr (); + bool build (); +private: + SGPropertyNode *config_props; }; #endif // __INSTRUMENT_MGR_HXX