Mercurial > sdl-ios-xcode
comparison src/audio/mint/SDL_mintaudio_gsxb.c @ 1338:604d73db6802
Removed uses of stdlib.h and string.h
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Tue, 07 Feb 2006 09:29:18 +0000 |
parents | 3692456e7b0f |
children | c71e05b4dc2e |
comparison
equal
deleted
inserted
replaced
1337:c687f06c7473 | 1338:604d73db6802 |
---|---|
25 using XBIOS functions (GSXB compatible driver) | 25 using XBIOS functions (GSXB compatible driver) |
26 | 26 |
27 Patrice Mandin | 27 Patrice Mandin |
28 */ | 28 */ |
29 | 29 |
30 #include <stdlib.h> | |
31 #include <stdio.h> | |
32 #include <string.h> | |
33 | |
34 /* Mint includes */ | 30 /* Mint includes */ |
35 #include <mint/osbind.h> | 31 #include <mint/osbind.h> |
36 #include <mint/falcon.h> | 32 #include <mint/falcon.h> |
37 #include <mint/cookie.h> | 33 #include <mint/cookie.h> |
38 | 34 |
35 #include "SDL_stdlib.h" | |
36 #include "SDL_string.h" | |
39 #include "SDL_endian.h" | 37 #include "SDL_endian.h" |
40 #include "SDL_audio.h" | 38 #include "SDL_audio.h" |
41 #include "SDL_audio_c.h" | 39 #include "SDL_audio_c.h" |
42 #include "SDL_audiomem.h" | 40 #include "SDL_audiomem.h" |
43 #include "SDL_sysaudio.h" | 41 #include "SDL_sysaudio.h" |