Home
last modified time | relevance | path

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

/NW4C-2.0.3/include/nw/snd/
Dsnd_Debug.h45 enum DebugSoundType enum
53 DebugWarningFlag Debug_GetDebugWarningFlagFromSoundType( DebugSoundType type );
54 const char* Debug_GetSoundTypeString( DebugSoundType type );
Dsnd_StreamSound.h92 DebugSoundType GetSoundType() const { return DEBUG_SOUND_TYPE_STRMSOUND; } in GetSoundType()
Dsnd_WaveSound.h96 DebugSoundType GetSoundType() const { return DEBUG_SOUND_TYPE_WAVESOUND; } in GetSoundType()
Dsnd_SequenceSound.h161 DebugSoundType GetSoundType() const { return DEBUG_SOUND_TYPE_SEQSOUND; } in GetSoundType()
/NW4C-2.0.3/sources/libraries/snd/
Dsnd_Debug.cpp109 DebugWarningFlag Debug_GetDebugWarningFlagFromSoundType( DebugSoundType type ) in Debug_GetDebugWarningFlagFromSoundType()
125 const char* Debug_GetSoundTypeString( DebugSoundType type ) in Debug_GetSoundTypeString()