Mercurial > sdl-ios-xcode
comparison src/audio/sun/SDL_sunaudio.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 |
---|---|
34 #include <sys/time.h> | 34 #include <sys/time.h> |
35 #include <sys/types.h> | 35 #include <sys/types.h> |
36 #endif | 36 #endif |
37 #include <unistd.h> | 37 #include <unistd.h> |
38 | 38 |
39 #include "SDL_stdlib.h" | 39 #include "SDL_timer.h" |
40 #include "SDL_string.h" | |
41 #include "SDL_endian.h" | |
42 #include "SDL_audio.h" | 40 #include "SDL_audio.h" |
43 #include "SDL_audiomem.h" | 41 #include "SDL_audiomem.h" |
44 #include "SDL_audiodev_c.h" | 42 #include "SDL_audiodev_c.h" |
45 #include "SDL_sunaudio.h" | 43 #include "SDL_sunaudio.h" |
46 #include "SDL_audio_c.h" | 44 #include "SDL_audio_c.h" |
47 #include "SDL_timer.h" | |
48 | 45 |
49 /* Open the audio device for playback, and don't block if busy */ | 46 /* Open the audio device for playback, and don't block if busy */ |
50 #define OPEN_FLAGS (O_WRONLY|O_NONBLOCK) | 47 #define OPEN_FLAGS (O_WRONLY|O_NONBLOCK) |
51 | 48 |
52 /* Audio driver functions */ | 49 /* Audio driver functions */ |