project_files/HedgewarsMobile/Classes/SDL_uikitappdelegate.h
changeset 3616 85d69ddb41b6
parent 3598 a8aa06bae895
child 3659 f8d5ac50e307
equal deleted inserted replaced
3615:b78d7959540a 3616:85d69ddb41b6
    30     MainMenuViewController *mainViewController;
    30     MainMenuViewController *mainViewController;
    31     BOOL isInGame;
    31     BOOL isInGame;
    32 }
    32 }
    33 
    33 
    34 +(SDLUIKitDelegate *)sharedAppDelegate;
    34 +(SDLUIKitDelegate *)sharedAppDelegate;
    35 -(void) startSDLgame;
    35 -(void) startSDLgame:(NSDictionary *)gameDictionary;
    36 -(void) displayOverlayLater;
    36 -(void) displayOverlayLater;
    37 
    37 
    38 @end
    38 @end
    39 
    39