27 #ifndef ICB_DIRECT_SOUND_H__ 28 #define ICB_DIRECT_SOUND_H__ 30 #include "engines/icb/common/px_common.h" 31 #include "engines/icb/common/px_types.h" 39 #define MAX_FX 24 // 16 Sound Effects channels 41 extern SpeechManager *g_theSpeechManager;
42 extern FxManager *g_theFxManager;
43 extern bool8 g_TimerOn;
45 bool8 Init_Sound_Engine();
46 bool8 Close_Sound_Engine();
49 bool8 Poll_Sound_Engine();
53 #endif //__DIRECT_SOUND_H__
Definition: musicplugin.h:131