Mercurial > sdl-ios-xcode
comparison src/video/uikit/SDL_uikitappdelegate.m @ 2448:e060950cbf30 gsoc2008_iphone
updated #include path, added comments.
author | Holmes Futrell <hfutrell@umail.ucsb.edu> |
---|---|
date | Sat, 16 Aug 2008 00:13:42 +0000 |
parents | 3fc556a036d8 |
children |
comparison
equal
deleted
inserted
replaced
2447:7683a2e0e5e9 | 2448:e060950cbf30 |
---|---|
21 */ | 21 */ |
22 | 22 |
23 #import "SDL_uikitappdelegate.h" | 23 #import "SDL_uikitappdelegate.h" |
24 #import "SDL_uikitopenglview.h" | 24 #import "SDL_uikitopenglview.h" |
25 #import "SDL_events_c.h" | 25 #import "SDL_events_c.h" |
26 #import "jump.h" | 26 #import "jumphack.h" |
27 | 27 |
28 #ifdef main | 28 #ifdef main |
29 #undef main | 29 #undef main |
30 #endif | 30 #endif |
31 | 31 |