comparison src/video/xbios/SDL_xbios_centscreen.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
24 Centscreen extension definitions 24 Centscreen extension definitions
25 25
26 Patrice Mandin 26 Patrice Mandin
27 */ 27 */
28 28
29 #include <stdlib.h>
30 #include <string.h>
31
32 #include <mint/falcon.h> 29 #include <mint/falcon.h>
33 30
31 #include "SDL_stdlib.h"
32 #include "SDL_string.h"
34 #include "SDL_xbios.h" 33 #include "SDL_xbios.h"
35 #include "SDL_xbios_centscreen.h" 34 #include "SDL_xbios_centscreen.h"
36 35
37 int SDL_XBIOS_CentscreenInit(_THIS) 36 int SDL_XBIOS_CentscreenInit(_THIS)
38 { 37 {