Mercurial > sdl-ios-xcode
comparison src/video/gem/SDL_gemmouse.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 * GEM Mouse manager | 24 * GEM Mouse manager |
25 * | 25 * |
26 * Patrice Mandin | 26 * Patrice Mandin |
27 */ | 27 */ |
28 | 28 |
29 #include <stdlib.h> | |
30 | |
31 #include <gem.h> | 29 #include <gem.h> |
32 | 30 |
31 #include "SDL_stdlib.h" | |
33 #include "SDL_error.h" | 32 #include "SDL_error.h" |
34 #include "SDL_mouse.h" | 33 #include "SDL_mouse.h" |
35 #include "SDL_events_c.h" | 34 #include "SDL_events_c.h" |
36 #include "SDL_cursor_c.h" | 35 #include "SDL_cursor_c.h" |
37 #include "SDL_gemmouse_c.h" | 36 #include "SDL_gemmouse_c.h" |