Public Member Functions | |
| SoundMan (GnapEngine *vm) | |
| void | playSound (int resourceId, bool looping) |
| void | stopSound (int resourceId) |
| void | setSoundVolume (int resourceId, int volume) |
| bool | isSoundPlaying (int resourceId) |
| void | stopAll () |
| void | update () |
Protected Member Functions | |
| int | find (int resourceId) |
Protected Attributes | |
| GnapEngine * | _vm |
| Common::Array< SoundItem > | _items |