#include <AudioManager.h>
Public Member Functions | |
| CSoundEffect (void) | |
| ~CSoundEffect (void) | |
Public Attributes | |
| bool | bound |
| char | wavfile [256] |
| int | name |
| int | user1 |
| int | user2 |
Definition at line 52 of file AudioManager.h.
|
|
Definition at line 66 of file AudioManager.cpp. References wavfile. |
|
|
Definition at line 76 of file AudioManager.cpp. References bound. |
|
|
Definition at line 61 of file AudioManager.h. Referenced by CAudioManager::CreateSfx(), and ~CSoundEffect(). |
|
|
Definition at line 67 of file AudioManager.h. Referenced by CAudioManager::CreateSfx(), CAudioManager::GetSoundEffect(), CAudioManager::PlaySfx(), and CAudioManager::PlaySfxDelay(). |
|
|
Definition at line 68 of file AudioManager.h. Referenced by CAudioManager::GetFirstSoundEffectByUserData(), CAudioManager::GetNextSoundEffectByUserData(), and CAudioManager::SetSfxUserData(). |
|
|
Definition at line 68 of file AudioManager.h. Referenced by CAudioManager::GetFirstSoundEffectByUserData(), CAudioManager::GetNextSoundEffectByUserData(), and CAudioManager::SetSfxUserData(). |
|
|
Definition at line 66 of file AudioManager.h. Referenced by CAudioManager::CreateSfx(), and CSoundEffect(). |
|
|
Documentation generated by
|