]> git.mxchange.org Git - flightgear.git/blobdiff - src/Instrumentation/instrument_mgr.cxx
Moved random ground cover object management code (userdata.[ch]xx) over
[flightgear.git] / src / Instrumentation / instrument_mgr.cxx
index 2e927f8d8db5957ab85d4e2da9adcd46d7c90970..6a0ea21244c429ffb01e948960381a2fea05007d 100644 (file)
@@ -6,6 +6,7 @@
 
 #include "instrument_mgr.hxx"
 #include "airspeed_indicator.hxx"
+#include "annunciator.hxx"
 #include "attitude_indicator.hxx"
 #include "altimeter.hxx"
 #include "turn_indicator.hxx"
@@ -21,6 +22,7 @@
 FGInstrumentMgr::FGInstrumentMgr ()
 {
     set_subsystem("asi", new AirspeedIndicator);
+    set_subsystem("annunciator", new Annunciator);
     set_subsystem("ai", new AttitudeIndicator);
     set_subsystem("alt", new Altimeter);
     set_subsystem("ti", new TurnIndicator);