project_files/HedgewarsMobile/Classes/SDL_uikitappdelegate.h
changeset 3910 dd47efbdec46
parent 3659 f8d5ac50e307
child 3922 44804043b691
equal deleted inserted replaced
3908:1429c303858d 3910:dd47efbdec46
    33 
    33 
    34 @property (nonatomic,retain) MainMenuViewController *mainViewController;
    34 @property (nonatomic,retain) MainMenuViewController *mainViewController;
    35 
    35 
    36 +(SDLUIKitDelegate *)sharedAppDelegate;
    36 +(SDLUIKitDelegate *)sharedAppDelegate;
    37 -(void) startSDLgame:(NSDictionary *)gameDictionary;
    37 -(void) startSDLgame:(NSDictionary *)gameDictionary;
    38 -(void) displayOverlayLater;
    38 -(void) displayOverlayLater:(NSNumber *)isNetGame ;
    39 
    39 
    40 @end
    40 @end
    41 
    41