shithub: duke3d

ref: 841970e1ef524cb249a79f8bcce2545d714d8e5b
dir: /Game/src/sounddebugdefs.h/

View raw version
#ifndef _SOUND_DEBUG_DEFS_H_
#define _SOUND_DEBUG_DEFS_H_

extern uint32_t sounddebugActiveSounds;
extern uint32_t sounddebugAllocateSoundCalls;
extern uint32_t sounddebugDeallocateSoundCalls;

#endif