Mercurial > sdl-ios-xcode
comparison src/audio/windib/SDL_dibaudio.h @ 3828:efdfe292bd88 SDL-ryan-multiple-audio-device
Fixed duplicate include-once blockers.
author | Ryan C. Gordon <icculus@icculus.org> |
---|---|
date | Sat, 07 Oct 2006 07:56:28 +0000 |
parents | 9dc81c6acaf5 |
children | 3479f939987c |
comparison
equal
deleted
inserted
replaced
3827:1806fd1acba4 | 3828:efdfe292bd88 |
---|---|
19 Sam Lantinga | 19 Sam Lantinga |
20 slouken@libsdl.org | 20 slouken@libsdl.org |
21 */ | 21 */ |
22 #include "SDL_config.h" | 22 #include "SDL_config.h" |
23 | 23 |
24 #ifndef _SDL_lowaudio_h | 24 #ifndef _SDL_dibaudio_h |
25 #define _SDL_lowaudio_h | 25 #define _SDL_dibaudio_h |
26 | 26 |
27 #include "../SDL_sysaudio.h" | 27 #include "../SDL_sysaudio.h" |
28 | 28 |
29 /* Hidden "this" pointer for the audio functions */ | 29 /* Hidden "this" pointer for the audio functions */ |
30 #define _THIS SDL_AudioDevice *this | 30 #define _THIS SDL_AudioDevice *this |
45 #define audio_sem (this->hidden->audio_sem) | 45 #define audio_sem (this->hidden->audio_sem) |
46 #define mixbuf (this->hidden->mixbuf) | 46 #define mixbuf (this->hidden->mixbuf) |
47 #define wavebuf (this->hidden->wavebuf) | 47 #define wavebuf (this->hidden->wavebuf) |
48 #define next_buffer (this->hidden->next_buffer) | 48 #define next_buffer (this->hidden->next_buffer) |
49 | 49 |
50 #endif /* _SDL_lowaudio_h */ | 50 #endif /* _SDL_dibaudio_h */ |
51 | |
51 /* vi: set ts=4 sw=4 expandtab: */ | 52 /* vi: set ts=4 sw=4 expandtab: */ |