shithub: duke3d

ref: 6086876239945c2b232b2af305c6dbee2a34b03c
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