#include <audio_mixer_user.h>
Inheritance diagram for NLSOUND::CAudioMixerUser::IMixerUpdate:

Definition at line 331 of file audio_mixer_user.h.
Public Member Functions | |
| virtual void | onUpdate ()=0 |
| virtual | ~IMixerUpdate () |
|
|
Definition at line 335 of file audio_mixer_user.h. References nldebug.
00336 {
00337 nldebug("Destroying IMixerUpdate %p", this);
00338 }
|
|
|
Implemented in NLSOUND::CBackgroundSoundManager, NLSOUND::CBackgroundSource, NLSOUND::CComplexSource, and NLSOUND::CSampleBank. |
1.3.6