Search
lxdream.org :: lxdream/src/drivers/audio_sdl.c :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/drivers/audio_sdl.c
changeset 1161:d3511e94c29f
prev1049:e723f379ec88
author nkeynes
date Tue Feb 07 14:27:13 2012 +1000 (12 years ago)
permissions -rw-r--r--
last change Add wrangling for some of the core vs EXT/ARB versions of functions + macros
file annotate diff log raw
1.1 --- a/src/drivers/audio_sdl.c Sun Jun 28 01:34:55 2009 +0000
1.2 +++ b/src/drivers/audio_sdl.c Tue Feb 07 14:27:13 2012 +1000
1.3 @@ -17,8 +17,8 @@
1.4 */
1.5 #include <stdio.h>
1.6 #include <unistd.h>
1.7 -#include <SDL/SDL.h>
1.8 -#include <SDL/SDL_audio.h>
1.9 +#include <SDL.h>
1.10 +#include <SDL_audio.h>
1.11 #include "aica/audio.h"
1.12 #include "lxdream.h"
1.13
.