Public Member Functions | |
| void | loadSound (const Common::Path &fileName) |
| void | playSound (uint index, bool loop=false) |
| void | stopSound (uint index) |
| bool | isSoundPlaying (uint index) |
| bool | isAnySoundPlaying (uint *indices, uint count) |
| void | unloadSounds () |
| void | stopAllSounds () |
Protected Attributes | |
| Common::Array< Sound * > | _sounds |