comparison src/video/riscos/SDL_riscosmouse.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 mouse cursor shape definitions and positioning 27 Implements mouse cursor shape definitions and positioning
28 */ 28 */
29 29
30 #include <stdio.h> 30 #include "SDL_stdlib.h"
31 #include <stdlib.h>
32
33 #include "SDL_error.h" 31 #include "SDL_error.h"
34 #include "SDL_mouse.h" 32 #include "SDL_mouse.h"
35 #include "SDL_events_c.h" 33 #include "SDL_events_c.h"
36 34
37 #include "SDL_riscosmouse_c.h" 35 #include "SDL_riscosmouse_c.h"