comparison SDL_sound_internal.h @ 62:b13fafb976be

Changed _D macro to DBGSND.
author Ryan C. Gordon <icculus@icculus.org>
date Mon, 24 Sep 2001 15:31:25 +0000
parents 2b63642fb6ff
children 6d9fdec2f708
comparison
equal deleted inserted replaced
61:7d3a6ea7f1f0 62:b13fafb976be
34 #endif 34 #endif
35 35
36 #include "SDL.h" 36 #include "SDL.h"
37 37
38 #if (defined DEBUG_CHATTER) 38 #if (defined DEBUG_CHATTER)
39 #define _D(x) printf x 39 #define SNDDBG(x) printf x
40 #else 40 #else
41 #define _D(x) 41 #define SNDDBG(x)
42 #endif 42 #endif
43 43
44 typedef struct __SOUND_DECODERFUNCTIONS__ 44 typedef struct __SOUND_DECODERFUNCTIONS__
45 { 45 {
46 /* This is a block of info about your decoder. See SDL_sound.h. */ 46 /* This is a block of info about your decoder. See SDL_sound.h. */