Mercurial > sdl-ios-xcode
comparison src/audio/nas/SDL_nasaudio.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 |
---|---|
29 #include <signal.h> | 29 #include <signal.h> |
30 #include <unistd.h> | 30 #include <unistd.h> |
31 | 31 |
32 #include "SDL_timer.h" | 32 #include "SDL_timer.h" |
33 #include "SDL_audio.h" | 33 #include "SDL_audio.h" |
34 #include "SDL_audiomem.h" | 34 #include "../SDL_audiomem.h" |
35 #include "SDL_audio_c.h" | 35 #include "../SDL_audio_c.h" |
36 #include "SDL_audiodev_c.h" | 36 #include "../SDL_audiodev_c.h" |
37 #include "SDL_nasaudio.h" | 37 #include "SDL_nasaudio.h" |
38 | 38 |
39 /* The tag name used by artsc audio */ | 39 /* The tag name used by artsc audio */ |
40 #define NAS_DRIVER_NAME "nas" | 40 #define NAS_DRIVER_NAME "nas" |
41 | 41 |