Mercurial > sdl-ios-xcode
comparison src/video/epoc/SDL_epocevents.cpp @ 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 | f6ffac90895c |
children | 92947e3a18db |
comparison
equal
deleted
inserted
replaced
1360:70a9cfb4cf1b | 1361:19418e4422cb |
---|---|
34 extern "C" { | 34 extern "C" { |
35 #include "SDL_error.h" | 35 #include "SDL_error.h" |
36 #include "SDL_video.h" | 36 #include "SDL_video.h" |
37 #include "SDL_keysym.h" | 37 #include "SDL_keysym.h" |
38 #include "SDL_keyboard.h" | 38 #include "SDL_keyboard.h" |
39 #include "SDL_events_c.h" | |
40 #include "SDL_timer.h" | 39 #include "SDL_timer.h" |
40 #include "../../events/SDL_events_c.h" | |
41 }; /* extern "C" */ | 41 }; /* extern "C" */ |
42 | 42 |
43 #include "SDL_epocvideo.h" | 43 #include "SDL_epocvideo.h" |
44 #include "SDL_epocevents_c.h" | 44 #include "SDL_epocevents_c.h" |
45 | 45 |