cocoaTouch/SDLOverrides/SDL_uikitappdelegate.h
changeset 3479 972ae3ec178a
parent 3463 23c50be687a9
child 3487 b1d00f1950c8
--- 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