cocoaTouch/SDLOverrides/SDL_uikitappdelegate.h
changeset 2705 2b5625c4ec16
parent 2702 48fc46a922fd
child 2714 c85ffe57d971
equal deleted inserted replaced
2704:51cda17b7c3b 2705:2b5625c4ec16
    22 
    22 
    23 #import <UIKit/UIKit.h>
    23 #import <UIKit/UIKit.h>
    24 #import "SDL_video.h"
    24 #import "SDL_video.h"
    25 
    25 
    26 @interface SDLUIKitDelegate:NSObject<UIApplicationDelegate> {
    26 @interface SDLUIKitDelegate:NSObject<UIApplicationDelegate> {
    27     UIWindow *window;
    27 	UIWindow *window;
    28 	SDL_WindowID windowID;
    28 	SDL_WindowID windowID;
    29 	UITabBarController *controller;
    29 	UITabBarController *controller;
    30 }
    30 }
    31 
    31 
    32 // the outlets are set in MainWindow.xib
    32 // the outlets are set in MainWindow.xib