#include "IsoBomb.h"
Go to the source code of this file.
Compounds | |
class | SoundSystem |
The SoundSystem is a super-high level interface for playing sounds. More... | |
Typedefs | |
typedef int | SoundToken |
The SoundSystem class returns tokens when playing looping sounds that need to be stopped. | |
Variables | |
const int | SS_NUM_PSPAWN = 3 |
const int | SS_NUM_PPICKUP = 2 |
const int | SS_NUM_VOICES = 2 |
|
The SoundSystem class returns tokens when playing looping sounds that need to be stopped. When starting a looping sound, you must return the token to the cooresponding stop method when you want the sound to stop. A SoundToken can be either valid or invalid. Static methods in the SoundSystem class work with SoundToken objects. |
|
|
|
|
|
|