cocoaTouch/SDLOverrides/SDL_uikitappdelegate.h
changeset 3487 b1d00f1950c8
parent 3479 972ae3ec178a
--- 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<UIApplicationDelegate> {
+    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;