Mercurial > sdl-ios-xcode
comparison src/audio/windib/SDL_dibaudio.h @ 3797:9dc81c6acaf5 SDL-ryan-multiple-audio-device
Cut-and-paste typo fix.
author | Ryan C. Gordon <icculus@icculus.org> |
---|---|
date | Wed, 04 Oct 2006 20:42:39 +0000 |
parents | c121d94672cb |
children | efdfe292bd88 |
comparison
equal
deleted
inserted
replaced
3796:b19680c84cdf | 3797:9dc81c6acaf5 |
---|---|
24 #ifndef _SDL_lowaudio_h | 24 #ifndef _SDL_lowaudio_h |
25 #define _SDL_lowaudio_h | 25 #define _SDL_lowaudio_h |
26 | 26 |
27 #include "../SDL_sysaudio.h" | 27 #include "../SDL_sysaudio.h" |
28 | 28 |
29 /* Hidden "this" pointer for the video functions */ | 29 /* Hidden "this" pointer for the audio functions */ |
30 #define _THIS SDL_AudioDevice *this | 30 #define _THIS SDL_AudioDevice *this |
31 | 31 |
32 #define NUM_BUFFERS 2 /* -- Don't lower this! */ | 32 #define NUM_BUFFERS 2 /* -- Don't lower this! */ |
33 | 33 |
34 struct SDL_PrivateAudioData | 34 struct SDL_PrivateAudioData |