cocoaTouch/SDLOverrides/SDL_uikitappdelegate.h
changeset 3361 cfc6cd502f85
parent 3335 2520ee7a5484
child 3374 0d522416d97f
--- a/cocoaTouch/SDLOverrides/SDL_uikitappdelegate.h	Mon Apr 19 15:30:11 2010 +0000
+++ b/cocoaTouch/SDLOverrides/SDL_uikitappdelegate.h	Wed Apr 21 01:57:23 2010 +0000
@@ -29,13 +29,13 @@
 @interface SDLUIKitDelegate:NSObject <UIApplicationDelegate> {
 	SDL_Window *window;
 	UIWindow *uiwindow;
+
 	MainMenuViewController *viewController;
     BOOL isInGame;
 }
 
 @property (readwrite, assign) SDL_Window *window;
 @property (readwrite, retain) UIWindow *uiwindow;
-@property (nonatomic, retain) MainMenuViewController *viewController;
 
 +(SDLUIKitDelegate *)sharedAppDelegate;
 -(void) startSDLgame;