Mercurial > sdl-ios-xcode
comparison src/audio/dma/SDL_dmaaudio.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 | d02b552e5304 |
children | 19418e4422cb |
comparison
equal
deleted
inserted
replaced
1357:e18467d67cfd | 1358:c71e05b4dc2e |
---|---|
43 | 43 |
44 #ifndef MAP_FAILED | 44 #ifndef MAP_FAILED |
45 #define MAP_FAILED ((Uint8 *)-1) | 45 #define MAP_FAILED ((Uint8 *)-1) |
46 #endif | 46 #endif |
47 | 47 |
48 #include "SDL_stdlib.h" | 48 #include "SDL_timer.h" |
49 #include "SDL_string.h" | |
50 #include "SDL_audio.h" | 49 #include "SDL_audio.h" |
51 #include "SDL_error.h" | |
52 #include "SDL_audiomem.h" | 50 #include "SDL_audiomem.h" |
53 #include "SDL_audio_c.h" | 51 #include "SDL_audio_c.h" |
54 #include "SDL_timer.h" | |
55 #include "SDL_audiodev_c.h" | 52 #include "SDL_audiodev_c.h" |
56 #include "SDL_dmaaudio.h" | 53 #include "SDL_dmaaudio.h" |
57 | 54 |
58 /* The tag name used by DMA audio */ | 55 /* The tag name used by DMA audio */ |
59 #define DMA_DRIVER_NAME "dma" | 56 #define DMA_DRIVER_NAME "dma" |