Mercurial > sdl-ios-xcode
comparison src/audio/disk/SDL_diskaudio.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 |
---|---|
25 #define _SDL_diskaudio_h | 25 #define _SDL_diskaudio_h |
26 | 26 |
27 #include "SDL_rwops.h" | 27 #include "SDL_rwops.h" |
28 #include "../SDL_sysaudio.h" | 28 #include "../SDL_sysaudio.h" |
29 | 29 |
30 /* Hidden "this" pointer for the video functions */ | 30 /* Hidden "this" pointer for the audio functions */ |
31 #define _THIS SDL_AudioDevice *this | 31 #define _THIS SDL_AudioDevice *this |
32 | 32 |
33 struct SDL_PrivateAudioData | 33 struct SDL_PrivateAudioData |
34 { | 34 { |
35 /* The file descriptor for the audio device */ | 35 /* The file descriptor for the audio device */ |