Mercurial > sdl-ios-xcode
comparison src/events/SDL_events.c @ 2984:0b160c970b7e
Fixed some dependency issues with SDL_revision.h
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Sun, 04 Jan 2009 05:41:52 +0000 |
parents | 99210400e8b9 |
children | 9da8f57ab92c |
comparison
equal
deleted
inserted
replaced
2983:388c5a2daeac | 2984:0b160c970b7e |
---|---|
22 #include "SDL_config.h" | 22 #include "SDL_config.h" |
23 | 23 |
24 /* General event handling code for SDL */ | 24 /* General event handling code for SDL */ |
25 | 25 |
26 #include "SDL.h" | 26 #include "SDL.h" |
27 #include "SDL_events.h" | |
27 #include "SDL_syswm.h" | 28 #include "SDL_syswm.h" |
29 #include "SDL_thread.h" | |
28 #include "SDL_sysevents.h" | 30 #include "SDL_sysevents.h" |
29 #include "SDL_events_c.h" | 31 #include "SDL_events_c.h" |
30 #include "../timer/SDL_timer_c.h" | 32 #include "../timer/SDL_timer_c.h" |
31 #if !SDL_JOYSTICK_DISABLED | 33 #if !SDL_JOYSTICK_DISABLED |
32 #include "../joystick/SDL_joystick_c.h" | 34 #include "../joystick/SDL_joystick_c.h" |