shithub: duke3d

ref: 75c1e7929008b37fb05640fa9720e5693b532043
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