comparison src/video/riscos/SDL_riscossprite.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 27 March 2003 25 27 March 2003
26 26
27 Implements Sprite plotting code for wimp display.window 27 Implements Sprite plotting code for wimp display.window
28 */ 28 */
29 29
30 #include <stdlib.h>
31 #include "kernel.h" 30 #include "kernel.h"
32 #include "swis.h" 31 #include "swis.h"
32
33 #include "SDL_stdlib.h"
33 #include "SDL_riscosvideo.h" 34 #include "SDL_riscosvideo.h"
34 35
35 extern void WIMP_ReadModeInfo(_THIS); 36 extern void WIMP_ReadModeInfo(_THIS);
36 37
37 void WIMP_PaletteChanged(_THIS); 38 void WIMP_PaletteChanged(_THIS);