Mercurial > sdl-ios-xcode
comparison src/audio/ums/SDL_umsaudio.h @ 2049:5f6550e5184f
Merged SDL-ryan-multiple-audio-device branch r2803:2871 into the trunk.
author | Ryan C. Gordon <icculus@icculus.org> |
---|---|
date | Tue, 17 Oct 2006 09:15:21 +0000 |
parents | c121d94672cb |
children | 99210400e8b9 |
comparison
equal
deleted
inserted
replaced
2048:6067c7f9a672 | 2049:5f6550e5184f |
---|---|
28 | 28 |
29 #include <UMS/UMSAudioDevice.h> | 29 #include <UMS/UMSAudioDevice.h> |
30 | 30 |
31 #include "../SDL_sysaudio.h" | 31 #include "../SDL_sysaudio.h" |
32 | 32 |
33 /* Hidden "this" pointer for the video functions */ | 33 /* Hidden "this" pointer for the audio functions */ |
34 #define _THIS SDL_AudioDevice *this | 34 #define _THIS SDL_AudioDevice *this |
35 | 35 |
36 struct SDL_PrivateAudioData | 36 struct SDL_PrivateAudioData |
37 { | 37 { |
38 /* Pointer to the (open) UMS audio device */ | 38 /* Pointer to the (open) UMS audio device */ |