Definition in file context_sound.cpp.
#include "stdsound.h"
#include "context_sound.h"
#include "sound_bank.h"
Go to the source code of this file.
Namespaces | |
namespace | NLSOUND |
Defines | |
#define | LM_CASE_CONTAINER_CREATOR(size) |
|
Value: case (size):\ if (useRandom)\ _ContextSounds = new CContextSoundContainer<(size), true>;\ else\ _ContextSounds = new CContextSoundContainer<(size), false>;\ break; Referenced by NLSOUND::CContextSound::init(). |