project_files/HedgewarsMobile/Classes/SDL_uikitappdelegate.h
changeset 3659 f8d5ac50e307
parent 3616 85d69ddb41b6
child 3910 dd47efbdec46
equal deleted inserted replaced
3658:113cb9345be1 3659:f8d5ac50e307
    29 @interface SDLUIKitDelegate:NSObject<UIApplicationDelegate> {
    29 @interface SDLUIKitDelegate:NSObject<UIApplicationDelegate> {
    30     MainMenuViewController *mainViewController;
    30     MainMenuViewController *mainViewController;
    31     BOOL isInGame;
    31     BOOL isInGame;
    32 }
    32 }
    33 
    33 
       
    34 @property (nonatomic,retain) MainMenuViewController *mainViewController;
       
    35 
    34 +(SDLUIKitDelegate *)sharedAppDelegate;
    36 +(SDLUIKitDelegate *)sharedAppDelegate;
    35 -(void) startSDLgame:(NSDictionary *)gameDictionary;
    37 -(void) startSDLgame:(NSDictionary *)gameDictionary;
    36 -(void) displayOverlayLater;
    38 -(void) displayOverlayLater;
    37 
    39 
    38 @end
    40 @end