Mercurial > sdl-ios-xcode
comparison include/SDL_mouse.h @ 1358:c71e05b4dc2e
More header massaging... works great on Windows. ;-)
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Fri, 10 Feb 2006 06:48:43 +0000 |
parents | 67114343400d |
children | 782fd950bd46 c121d94672cb 1146681dbb74 |
comparison
equal
deleted
inserted
replaced
1357:e18467d67cfd | 1358:c71e05b4dc2e |
---|---|
24 | 24 |
25 #ifndef _SDL_mouse_h | 25 #ifndef _SDL_mouse_h |
26 #define _SDL_mouse_h | 26 #define _SDL_mouse_h |
27 | 27 |
28 #include "SDL_stdinc.h" | 28 #include "SDL_stdinc.h" |
29 #include "SDL_error.h" | |
29 #include "SDL_video.h" | 30 #include "SDL_video.h" |
30 | 31 |
31 #include "begin_code.h" | 32 #include "begin_code.h" |
32 /* Set up for C function definitions, even when using C++ */ | 33 /* Set up for C function definitions, even when using C++ */ |
33 #ifdef __cplusplus | 34 #ifdef __cplusplus |