changeset 4757 | 7ca9ebb6895d |
parent 4354 | c4e1820fa792 |
child 4760 | 224c31b3ce7d |
--- a/project_files/HedgewarsMobile/Classes/SDL_uikitappdelegate.h Thu Dec 30 02:03:24 2010 +0100 +++ b/project_files/HedgewarsMobile/Classes/SDL_uikitappdelegate.h Thu Dec 30 04:54:25 2010 +0100 @@ -40,7 +40,7 @@ @property (nonatomic,retain) UIWindow *secondWindow; +(SDLUIKitDelegate *)sharedAppDelegate; --(void) startSDLgame:(NSDictionary *)gameDictionary; +-(NSDictionary *)startSDLgame:(NSDictionary *)gameDictionary; -(void) displayOverlayLater:(id) object; @end