comparison src/audio/amigaos/SDL_ahiaudio.c @ 255:dcb5e869f8b5

Updated Amiga port by Gabriele Greco
author Sam Lantinga <slouken@libsdl.org>
date Sun, 16 Dec 2001 20:00:27 +0000
parents e8157fcb3114
children c9b51268668f
comparison
equal deleted inserted replaced
254:4fc12b8edf74 255:dcb5e869f8b5
26 static char rcsid = 26 static char rcsid =
27 "@(#) $Id$"; 27 "@(#) $Id$";
28 #endif 28 #endif
29 29
30 /* Allow access to a raw mixing buffer (for AmigaOS) */ 30 /* Allow access to a raw mixing buffer (for AmigaOS) */
31
32 #include <stdio.h>
33 #include <stdlib.h>
34 #include <string.h>
35 31
36 #include "SDL_endian.h" 32 #include "SDL_endian.h"
37 #include "SDL_audio.h" 33 #include "SDL_audio.h"
38 #include "SDL_audiomem.h" 34 #include "SDL_audiomem.h"
39 #include "SDL_audio_c.h" 35 #include "SDL_audio_c.h"