changeset 3659 | f8d5ac50e307 |
parent 3616 | 85d69ddb41b6 |
child 3910 | dd47efbdec46 |
--- a/project_files/HedgewarsMobile/Classes/SDL_uikitappdelegate.h Mon Jul 19 23:38:18 2010 +0400 +++ b/project_files/HedgewarsMobile/Classes/SDL_uikitappdelegate.h Tue Jul 20 03:14:43 2010 +0200 @@ -31,6 +31,8 @@ BOOL isInGame; } +@property (nonatomic,retain) MainMenuViewController *mainViewController; + +(SDLUIKitDelegate *)sharedAppDelegate; -(void) startSDLgame:(NSDictionary *)gameDictionary; -(void) displayOverlayLater;