changeset 1361 | 19418e4422cb |
parent 1312 | c9b51268668f |
child 1402 | d910939febfa |
1360:70a9cfb4cf1b | 1361:19418e4422cb |
---|---|
21 */ |
21 */ |
22 |
22 |
23 #ifndef _SDL_lowaudio_h |
23 #ifndef _SDL_lowaudio_h |
24 #define _SDL_lowaudio_h |
24 #define _SDL_lowaudio_h |
25 |
25 |
26 #include "SDL_sysaudio.h" |
26 #include "../SDL_sysaudio.h" |
27 |
27 |
28 /* Hidden "this" pointer for the video functions */ |
28 /* Hidden "this" pointer for the video functions */ |
29 #define _THIS SDL_AudioDevice *this |
29 #define _THIS SDL_AudioDevice *this |
30 |
30 |
31 struct SDL_PrivateAudioData { |
31 struct SDL_PrivateAudioData { |