comparison include/SDL_events.h @ 1356:67114343400d

*** empty log message ***
author Sam Lantinga <slouken@libsdl.org>
date Fri, 10 Feb 2006 03:19:02 +0000
parents 450721ad5436
children c71e05b4dc2e
comparison
equal deleted inserted replaced
1355:4d0f2b2147cf 1356:67114343400d
23 /* Include file for SDL event handling */ 23 /* Include file for SDL event handling */
24 24
25 #ifndef _SDL_events_h 25 #ifndef _SDL_events_h
26 #define _SDL_events_h 26 #define _SDL_events_h
27 27
28 #include "SDL_types.h" 28 #include "SDL_stdinc.h"
29 #include "SDL_active.h" 29 #include "SDL_active.h"
30 #include "SDL_keyboard.h" 30 #include "SDL_keyboard.h"
31 #include "SDL_mouse.h" 31 #include "SDL_mouse.h"
32 #include "SDL_joystick.h" 32 #include "SDL_joystick.h"
33 #include "SDL_quit.h" 33 #include "SDL_quit.h"