Home
last modified time | relevance | path

Searched refs:DebugSoundType (Results 1 – 5 of 5) sorted by relevance

/NW4C-1.2.23/include/nw/snd/
Dsnd_Debug.h43 enum DebugSoundType enum
51 DebugWarningFlag Debug_GetDebugWarningFlagFromSoundType( DebugSoundType type );
52 const char* Debug_GetSoundTypeString( DebugSoundType type );
Dsnd_WaveSound.h77 DebugSoundType GetSoundType() const { return DEBUG_SOUND_TYPE_WAVESOUND; } in GetSoundType()
Dsnd_StreamSound.h83 DebugSoundType GetSoundType() const { return DEBUG_SOUND_TYPE_STRMSOUND; } in GetSoundType()
Dsnd_SequenceSound.h150 DebugSoundType GetSoundType() const { return DEBUG_SOUND_TYPE_SEQSOUND; } in GetSoundType()
/NW4C-1.2.23/sources/libraries/snd/
Dsnd_Debug.cpp107 DebugWarningFlag Debug_GetDebugWarningFlagFromSoundType( DebugSoundType type ) in Debug_GetDebugWarningFlagFromSoundType()
123 const char* Debug_GetSoundTypeString( DebugSoundType type ) in Debug_GetSoundTypeString()