1
0
Fork 0

start "voice" subsystem

This commit is contained in:
mfranz 2006-02-11 12:02:40 +00:00
parent ea49db6c4f
commit 13c923fcc5

View file

@ -106,6 +106,7 @@
#include <Sound/fg_fx.hxx>
#include <Sound/beacon.hxx>
#include <Sound/morse.hxx>
#include <Sound/voice.hxx>
#include <Systems/system_mgr.hxx>
#include <Time/light.hxx>
#include <Time/sunsolver.hxx>
@ -1677,7 +1678,7 @@ bool fgInitSubsystems() {
////////////////////////////////////////////////////////////////////
globals->add_subsystem("fx", new FGFX);
globals->add_subsystem("voice", new FGVoiceMgr);
#endif
////////////////////////////////////////////////////////////////////