Mercurial > sdl-ios-xcode
comparison src/audio/macrom/SDL_romaudio.c @ 1361:19418e4422cb
New configure-based build system. Still work in progress, but much improved
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Thu, 16 Feb 2006 10:11:48 +0000 |
parents | c71e05b4dc2e |
children | d910939febfa |
comparison
equal
deleted
inserted
replaced
1360:70a9cfb4cf1b | 1361:19418e4422cb |
---|---|
38 #define NewSndCallBackUPP NewSndCallBackProc | 38 #define NewSndCallBackUPP NewSndCallBackProc |
39 #endif | 39 #endif |
40 #endif | 40 #endif |
41 | 41 |
42 #include "SDL_audio.h" | 42 #include "SDL_audio.h" |
43 #include "SDL_audio_c.h" | 43 #include "../SDL_audio_c.h" |
44 #include "SDL_audiomem.h" | 44 #include "../SDL_sysaudio.h" |
45 #include "SDL_sysaudio.h" | |
46 #include "SDL_romaudio.h" | 45 #include "SDL_romaudio.h" |
47 | 46 |
48 /* Audio driver functions */ | 47 /* Audio driver functions */ |
49 | 48 |
50 static void Mac_CloseAudio(_THIS); | 49 static void Mac_CloseAudio(_THIS); |