diff -r 2b4d878ba565 -r 86212d2b116a project_files/HedgewarsMobile/Classes/OverlayViewController.h --- a/project_files/HedgewarsMobile/Classes/OverlayViewController.h Wed Jul 07 03:16:12 2010 +0200 +++ b/project_files/HedgewarsMobile/Classes/OverlayViewController.h Thu Jul 08 02:23:10 2010 +0200 @@ -19,19 +19,13 @@ PopoverMenuViewController *popupMenu; BOOL isPopoverVisible; - UITextField *writeChatTextField; - CGFloat initialDistanceForPinching; - UIActivityIndicatorView *spinningWheel; } @property (nonatomic,retain) id popoverController; @property (nonatomic,retain) PopoverMenuViewController *popupMenu; -@property (nonatomic,retain) UITextField *writeChatTextField; -@property (nonatomic,retain) IBOutlet UIActivityIndicatorView *spinningWheel; -UIActivityIndicatorView *singleton; -BOOL canDim; +BOOL isGameRunning; -(void) touchesBegan:(NSSet *)touches withEvent:(UIEvent *)event; -(void) touchesEnded:(NSSet *)touches withEvent:(UIEvent *)event;