1#ifndef NW4HBM_SND_DEBUG_H
2#define NW4HBM_SND_DEBUG_H
DebugWarningFlag Debug_GetDebugWarningFlagFromSoundType(DebugSoundType type)
char const * Debug_GetSoundTypeString(DebugSoundType type)
DebugSoundType
Definition debug.h:18
@ DEBUG_SOUND_TYPE_WAVESOUND
Definition debug.h:21
@ DEBUG_SOUND_TYPE_SEQSOUND
Definition debug.h:19
@ DEBUG_SOUND_TYPE_STRMSOUND
Definition debug.h:20
bool Debug_GetWarningFlag(DebugWarningFlag warning)
DebugWarningFlag
Definition debug.h:7
@ DEBUG_WARNING_NOT_ENOUGH_INSTANCE
Definition debug.h:8
@ DEBUG_WARNING_NOT_ENOUGH_SEQTRACK
Definition debug.h:12
@ DEBUG_WARNING_NOT_ENOUGH_STRMSOUND
Definition debug.h:10
@ DEBUG_WARNING_NOT_ENOUGH_SEQSOUND
Definition debug.h:9
@ DEBUG_WARNING_NOT_ENOUGH_WAVESOUND
Definition debug.h:11
@ DEBUG_WARNING_NOT_ENOUGH_STRMCHANNEL
Definition debug.h:13
Definition HBMAnmController.h:6