equal
deleted
inserted
replaced
49 BOOL isAttacking; |
49 BOOL isAttacking; |
50 |
50 |
51 // stuff initialized externally |
51 // stuff initialized externally |
52 BOOL isNetGame; |
52 BOOL isNetGame; |
53 BOOL useClassicMenu; |
53 BOOL useClassicMenu; |
|
54 NSInteger initialOrientation; |
54 |
55 |
55 // dual head support |
56 // dual head support |
56 NSInteger initialScreenCount; |
57 NSInteger initialScreenCount; |
57 NSInteger a, b; |
58 NSInteger a, b; |
58 } |
59 } |
61 @property (nonatomic,retain) InGameMenuViewController *popupMenu; |
62 @property (nonatomic,retain) InGameMenuViewController *popupMenu; |
62 @property (nonatomic,retain) HelpPageViewController *helpPage; |
63 @property (nonatomic,retain) HelpPageViewController *helpPage; |
63 @property (nonatomic,retain) AmmoMenuViewController *amvc; |
64 @property (nonatomic,retain) AmmoMenuViewController *amvc; |
64 @property (assign) BOOL isNetGame; |
65 @property (assign) BOOL isNetGame; |
65 @property (assign) BOOL useClassicMenu; |
66 @property (assign) BOOL useClassicMenu; |
|
67 @property (assign) NSInteger initialOrientation; |
66 |
68 |
67 -(void) touchesBegan:(NSSet *)touches withEvent:(UIEvent *)event; |
69 -(void) touchesBegan:(NSSet *)touches withEvent:(UIEvent *)event; |
68 -(void) touchesEnded:(NSSet *)touches withEvent:(UIEvent *)event; |
70 -(void) touchesEnded:(NSSet *)touches withEvent:(UIEvent *)event; |
69 -(void) touchesMoved:(NSSet *)touches withEvent:(UIEvent *)event; |
71 -(void) touchesMoved:(NSSet *)touches withEvent:(UIEvent *)event; |
70 -(void) touchesCancelled:(NSSet *)touches withEvent:(UIEvent *)event; |
72 -(void) touchesCancelled:(NSSet *)touches withEvent:(UIEvent *)event; |