|
| PCSound (Audio::Mixer *mixer, QueenEngine *vm) |
|
void | playSfx (uint16 sfx) override |
|
void | playSpeech (const char *base) override |
|
void | playSong (int16 songNum) override |
|
void | stopSfx () override |
|
void | stopSong () override |
|
void | stopSpeech () override |
|
bool | isSpeechActive () const override |
|
bool | isSfxActive () const override |
|
void | setVolume (int vol) override |
|
| Sound (Audio::Mixer *mixer, QueenEngine *vm) |
|
virtual void | updateMusic () |
|
virtual int | getVolume () |
|
void | playLastSong () |
|
bool | sfxOn () const |
|
void | sfxToggle (bool val) |
|
void | toggleSfx () |
|
bool | speechOn () const |
|
void | speechToggle (bool val) |
|
void | toggleSpeech () |
|
bool | musicOn () const |
|
void | musicToggle (bool val) |
|
void | toggleMusic () |
|
bool | speechSfxExists () const |
|
int16 | lastOverride () const |
|
void | saveState (byte *&ptr) |
|
void | loadState (uint32 ver, byte *&ptr) |
|
The documentation for this class was generated from the following file: