Mercurial > sdl-ios-xcode
comparison src/video/gem/SDL_gemmouse.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 |
---|---|
27 */ | 27 */ |
28 | 28 |
29 #include <gem.h> | 29 #include <gem.h> |
30 | 30 |
31 #include "SDL_mouse.h" | 31 #include "SDL_mouse.h" |
32 #include "SDL_events_c.h" | 32 #include "../../events/SDL_events_c.h" |
33 #include "SDL_cursor_c.h" | 33 #include "../SDL_cursor_c.h" |
34 #include "SDL_gemmouse_c.h" | 34 #include "SDL_gemmouse_c.h" |
35 | 35 |
36 /* Defines */ | 36 /* Defines */ |
37 | 37 |
38 /*#define DEBUG_VIDEO_GEM 1*/ | 38 /*#define DEBUG_VIDEO_GEM 1*/ |