#include <ASoundManager.h>
Public Types | |
| using | Callback_t = void ( * )( TINT a_iType, TINT a_iCueIndex, void* a_pUserData ) |
Public Attributes | |
| Callback_t | fnCallback = nullptr |
| void * | pUserData = nullptr |
Definition at line 96 of file ASoundManager.h.
| using ASoundManager::ChannelRefLegacy::Callback_t = void ( * )( TINT a_iType, TINT a_iCueIndex, void* a_pUserData ) |
Definition at line 99 of file ASoundManager.h.
| Callback_t ASoundManager::ChannelRefLegacy::fnCallback = nullptr |
Definition at line 102 of file ASoundManager.h.
| void* ASoundManager::ChannelRefLegacy::pUserData = nullptr |
Definition at line 103 of file ASoundManager.h.