28 #ifndef WINTERMUTE_BASE_SOUNDMGR_H 29 #define WINTERMUTE_BASE_SOUNDMGR_H 31 #include "engines/wintermute/coll_templ.h" 32 #include "engines/wintermute/base/base.h" 33 #include "audio/mixer.h" 34 #include "common/array.h" 37 class BaseSoundBuffer;
40 float posToPan(
int x,
int y);
42 bool pauseAll(
bool includingMusic =
true);
45 byte getMasterVolumePercent();
46 byte getMasterVolume();
47 bool setMasterVolumePercent(byte percent);
62 int32 _volumeMasterPercent;
63 bool setMasterVolume(byte percent);
Definition: base_game.h:76
SoundType
Definition: mixer.h:62
Definition: base_sound_buffer.h:44
Definition: base_sound_manager.h:38
Definition: achievements_tables.h:27