diff -r bc125bea5849 -r 2378ada8a6ee project_files/HedgewarsMobile/Classes/OverlayViewController.h --- a/project_files/HedgewarsMobile/Classes/OverlayViewController.h Tue Jul 20 05:37:58 2010 +0200 +++ b/project_files/HedgewarsMobile/Classes/OverlayViewController.h Tue Jul 20 23:30:54 2010 +0200 @@ -32,8 +32,6 @@ @property (nonatomic,retain) id popoverController; @property (nonatomic,retain) InGameMenuViewController *popupMenu; -BOOL isGameRunning; - -(void) touchesBegan:(NSSet *)touches withEvent:(UIEvent *)event; -(void) touchesEnded:(NSSet *)touches withEvent:(UIEvent *)event; -(void) touchesMoved:(NSSet *)touches withEvent:(UIEvent *)event; @@ -48,3 +46,6 @@ -(void) activateOverlay; @end + +BOOL isGameRunning; +