OpenBarnyard
 
Loading...
Searching...
No Matches
ASoundManager::ChannelRefLegacy Struct Reference

#include <ASoundManager.h>

Inheritance diagram for ASoundManager::ChannelRefLegacy:

Public Types

using Callback_t = void ( * )( TINT a_iType, TINT a_iCueIndex, void* a_pUserData )
 

Public Attributes

Callback_t fnCallback = nullptr
 
void * pUserData = nullptr
 

Detailed Description

Definition at line 96 of file ASoundManager.h.

Member Typedef Documentation

◆ Callback_t

using ASoundManager::ChannelRefLegacy::Callback_t = void ( * )( TINT a_iType, TINT a_iCueIndex, void* a_pUserData )

Definition at line 99 of file ASoundManager.h.

Member Data Documentation

◆ fnCallback

Callback_t ASoundManager::ChannelRefLegacy::fnCallback = nullptr

Definition at line 102 of file ASoundManager.h.

◆ pUserData

void* ASoundManager::ChannelRefLegacy::pUserData = nullptr

Definition at line 103 of file ASoundManager.h.


The documentation for this struct was generated from the following file: