Mercurial > sdl-ios-xcode
comparison src/audio/macrom/SDL_romaudio.c @ 1358:c71e05b4dc2e
More header massaging... works great on Windows. ;-)
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Fri, 10 Feb 2006 06:48:43 +0000 |
parents | 604d73db6802 |
children | 19418e4422cb |
comparison
equal
deleted
inserted
replaced
1357:e18467d67cfd | 1358:c71e05b4dc2e |
---|---|
37 #if !defined(NewSndCallBackUPP) | 37 #if !defined(NewSndCallBackUPP) |
38 #define NewSndCallBackUPP NewSndCallBackProc | 38 #define NewSndCallBackUPP NewSndCallBackProc |
39 #endif | 39 #endif |
40 #endif | 40 #endif |
41 | 41 |
42 #include "SDL_stdlib.h" | |
43 #include "SDL_string.h" | |
44 #include "SDL_endian.h" | |
45 #include "SDL_audio.h" | 42 #include "SDL_audio.h" |
46 #include "SDL_audio_c.h" | 43 #include "SDL_audio_c.h" |
47 #include "SDL_audiomem.h" | 44 #include "SDL_audiomem.h" |
48 #include "SDL_sysaudio.h" | 45 #include "SDL_sysaudio.h" |
49 #include "SDL_romaudio.h" | 46 #include "SDL_romaudio.h" |