comparison src/video/riscos/SDL_riscosmouse.c @ 1361:19418e4422cb

New configure-based build system. Still work in progress, but much improved
author Sam Lantinga <slouken@libsdl.org>
date Thu, 16 Feb 2006 10:11:48 +0000
parents c71e05b4dc2e
children d910939febfa
comparison
equal deleted inserted replaced
1360:70a9cfb4cf1b 1361:19418e4422cb
26 26
27 Implements mouse cursor shape definitions and positioning 27 Implements mouse cursor shape definitions and positioning
28 */ 28 */
29 29
30 #include "SDL_mouse.h" 30 #include "SDL_mouse.h"
31 #include "SDL_events_c.h" 31 #include "../../events/SDL_events_c.h"
32 32
33 #include "SDL_riscosmouse_c.h" 33 #include "SDL_riscosmouse_c.h"
34 34
35 #include "kernel.h" 35 #include "kernel.h"
36 #include "swis.h" 36 #include "swis.h"