Mercurial > sdl-ios-xcode
comparison src/audio/mme/SDL_mmeaudio.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 | 1806fd1acba4 |
comparison
equal
deleted
inserted
replaced
3796:b19680c84cdf | 3797:9dc81c6acaf5 |
---|---|
26 #ifndef _SDL_lowaudio_h | 26 #ifndef _SDL_lowaudio_h |
27 #define _SDL_lowaudio_h | 27 #define _SDL_lowaudio_h |
28 | 28 |
29 #include "../SDL_sysaudio.h" | 29 #include "../SDL_sysaudio.h" |
30 | 30 |
31 /* Hidden "this" pointer for the video functions */ | 31 /* Hidden "this" pointer for the audio functions */ |
32 #define _THIS SDL_AudioDevice *this | 32 #define _THIS SDL_AudioDevice *this |
33 #define NUM_BUFFERS 2 | 33 #define NUM_BUFFERS 2 |
34 | 34 |
35 struct SharedMem | 35 struct SharedMem |
36 { | 36 { |