diff -r 1a873262f5dd -r 5ca27a0e9a63 project_files/HedgewarsMobile/Classes/OverlayViewController.h --- a/project_files/HedgewarsMobile/Classes/OverlayViewController.h Sat Oct 09 05:57:46 2010 +0200 +++ b/project_files/HedgewarsMobile/Classes/OverlayViewController.h Sat Oct 09 18:00:53 2010 +0200 @@ -46,12 +46,18 @@ CGPoint startingPoint; BOOL isSegmentVisible; BOOL isAttacking; + + // stuff initialized externally + BOOL isNetGame; + BOOL useClassicMenu; } @property (nonatomic,retain) id popoverController; @property (nonatomic,retain) InGameMenuViewController *popupMenu; @property (nonatomic,retain) HelpPageViewController *helpPage; @property (nonatomic,retain) AmmoMenuViewController *amvc; +@property (assign) BOOL isNetGame; +@property (assign) BOOL useClassicMenu; -(void) touchesBegan:(NSSet *)touches withEvent:(UIEvent *)event; -(void) touchesEnded:(NSSet *)touches withEvent:(UIEvent *)event;