diff -r 24631fd2fb9e -r 3b86826f6665 project_files/HedgewarsMobile/Classes/OverlayViewController.h --- a/project_files/HedgewarsMobile/Classes/OverlayViewController.h Sat Sep 24 21:54:11 2011 +0200 +++ b/project_files/HedgewarsMobile/Classes/OverlayViewController.h Sat Sep 24 22:27:52 2011 +0200 @@ -67,6 +67,8 @@ @property (assign) NSInteger initialScreenCount; ++(OverlayViewController *)mainOverlay; + -(void) touchesBegan:(NSSet *)touches withEvent:(UIEvent *)event; -(void) touchesEnded:(NSSet *)touches withEvent:(UIEvent *)event; -(void) touchesMoved:(NSSet *)touches withEvent:(UIEvent *)event;