diff -r cbf71e938164 -r 972ae3ec178a cocoaTouch/SDLOverrides/SDL_uikitappdelegate.h --- a/cocoaTouch/SDLOverrides/SDL_uikitappdelegate.h Sun May 23 19:37:31 2010 +0000 +++ b/cocoaTouch/SDLOverrides/SDL_uikitappdelegate.h Sun May 23 22:05:59 2010 +0000 @@ -30,8 +30,10 @@ MainMenuViewController *mainViewController; BOOL isInGame; } + +(SDLUIKitDelegate *)sharedAppDelegate; -(void) startSDLgame; +-(void) displayOverlayLater; @end