shithub: duke3d

ref: 09a21797abe4a341f26b9d9db21b736fcf8965fc
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