summaryrefslogtreecommitdiff
path: root/apps/plugins/sdl/progs/duke3d/Game/src/sounddebugdefs.h
blob: f9c4979f95dc81a28bbc94c9659a4cdd92498c44 (plain)
1
2
3
4
5
6
7
8
#ifndef _SOUND_DEBUG_DEFS_H_
#define _SOUND_DEBUG_DEFS_H_

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

#endif