diff -r e1b1a4c18c5b -r b1d00f1950c8 cocoaTouch/SDLOverrides/SDL_uikitappdelegate.h --- a/cocoaTouch/SDLOverrides/SDL_uikitappdelegate.h Fri May 28 20:13:47 2010 +0000 +++ b/cocoaTouch/SDLOverrides/SDL_uikitappdelegate.h Mon May 31 19:33:42 2010 +0000 @@ -27,10 +27,15 @@ @class OverlayViewController; @interface SDLUIKitDelegate:NSObject { + SDL_Window *window; + UIWindow *uiwindow; MainMenuViewController *mainViewController; BOOL isInGame; } +@property (readwrite, assign) SDL_Window *window; +@property (readwrite, retain) UIWindow *uiwindow; + +(SDLUIKitDelegate *)sharedAppDelegate; -(void) startSDLgame; -(void) displayOverlayLater;