shithub: duke3d

ref: 6341c149c4dd9bbbdb037bc5daab9b931378f23d
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