Definition at line 9 of file DummySoundAgent.h.
Public Member Functions | |
virtual int | playSound (Mix_Chunk *, int, int) |
virtual void | playMusic (const Path &, BaseMsg *finished) |
virtual void | stopMusic () |
Protected Member Functions | |
virtual void | setSoundVolume (int) |
virtual void | setMusicVolume (int) |
|
Implements SoundAgent. Definition at line 17 of file DummySoundAgent.h. 00019 { 00020 if (finished) { 00021 delete finished; 00022 } 00023 }
|
|
Implements SoundAgent. Definition at line 14 of file DummySoundAgent.h. 00015 { return -1; }
|
|
Implements SoundAgent. Definition at line 12 of file DummySoundAgent.h. 00012 {}
|
|
Implements SoundAgent. Definition at line 11 of file DummySoundAgent.h. 00011 {}
|
|
Implements SoundAgent. Definition at line 24 of file DummySoundAgent.h. 00024 {}
|