project_files/HedgewarsMobile/Classes/SDL_uikitappdelegate.h
changeset 3935 5ca27a0e9a63
parent 3922 44804043b691
child 3971 5c82ee165ed5
equal deleted inserted replaced
3933:1a873262f5dd 3935:5ca27a0e9a63
    35 @property (nonatomic,retain) UIWindow *uiwindow;
    35 @property (nonatomic,retain) UIWindow *uiwindow;
    36 @property (nonatomic,retain) UIWindow *secondWindow;
    36 @property (nonatomic,retain) UIWindow *secondWindow;
    37 
    37 
    38 +(SDLUIKitDelegate *)sharedAppDelegate;
    38 +(SDLUIKitDelegate *)sharedAppDelegate;
    39 -(void) startSDLgame:(NSDictionary *)gameDictionary;
    39 -(void) startSDLgame:(NSDictionary *)gameDictionary;
    40 -(void) displayOverlayLater:(NSNumber *)isNetGame ;
    40 -(void) displayOverlayLater:(id) object;
    41 
    41 
    42 @end
    42 @end
    43 
    43