cocoaTouch/SDLOverrides/SDL_uikitappdelegate.h
changeset 3385 361bd29293f4
parent 3374 0d522416d97f
child 3463 23c50be687a9
equal deleted inserted replaced
3384:7eb4707d43f0 3385:361bd29293f4
    28 
    28 
    29 @interface SDLUIKitDelegate:NSObject <UIApplicationDelegate> {
    29 @interface SDLUIKitDelegate:NSObject <UIApplicationDelegate> {
    30 	SDL_Window *window;
    30 	SDL_Window *window;
    31 	UIWindow *uiwindow;
    31 	UIWindow *uiwindow;
    32 
    32 
    33 	MainMenuViewController *viewController;
    33 	MainMenuViewController *mainViewController;
    34     BOOL isInGame;
    34     BOOL isInGame;
    35 }
    35 }
    36 
    36 
    37 @property (readwrite, assign) SDL_Window *window;
    37 @property (readwrite, assign) SDL_Window *window;
    38 @property (readwrite, retain) UIWindow *uiwindow;
    38 @property (readwrite, retain) UIWindow *uiwindow;