Mercurial > sdl-ios-xcode
comparison src/audio/SDL_audio.c @ 2984:0b160c970b7e
Fixed some dependency issues with SDL_revision.h
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Sun, 04 Jan 2009 05:41:52 +0000 |
parents | d578ae900755 |
children | f3dcf04412cf |
comparison
equal
deleted
inserted
replaced
2983:388c5a2daeac | 2984:0b160c970b7e |
---|---|
22 #include "SDL_config.h" | 22 #include "SDL_config.h" |
23 | 23 |
24 /* Allow access to a raw mixing buffer */ | 24 /* Allow access to a raw mixing buffer */ |
25 | 25 |
26 #include "SDL.h" | 26 #include "SDL.h" |
27 #include "SDL_audio.h" | |
27 #include "SDL_audio_c.h" | 28 #include "SDL_audio_c.h" |
28 #include "SDL_audiomem.h" | 29 #include "SDL_audiomem.h" |
29 #include "SDL_sysaudio.h" | 30 #include "SDL_sysaudio.h" |
30 | 31 |
31 #define _THIS SDL_AudioDevice *this | 32 #define _THIS SDL_AudioDevice *this |