cocoaTouch/SDLOverrides/SDL_uikitappdelegate.h
changeset 3479 972ae3ec178a
parent 3463 23c50be687a9
child 3487 b1d00f1950c8
equal deleted inserted replaced
3478:cbf71e938164 3479:972ae3ec178a
    28 
    28 
    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 +(SDLUIKitDelegate *)sharedAppDelegate;
    34 +(SDLUIKitDelegate *)sharedAppDelegate;
    34 -(void) startSDLgame;
    35 -(void) startSDLgame;
       
    36 -(void) displayOverlayLater;
    35 
    37 
    36 @end
    38 @end
    37 
    39