equal
deleted
inserted
replaced
38 // the help menu |
38 // the help menu |
39 HelpPageViewController *helpPage; |
39 HelpPageViewController *helpPage; |
40 |
40 |
41 // the objc ammomenu |
41 // the objc ammomenu |
42 AmmoMenuViewController *amvc; |
42 AmmoMenuViewController *amvc; |
|
43 BOOL wasVisible; |
43 |
44 |
44 // ths touch section |
45 // ths touch section |
45 CGFloat initialDistanceForPinching; |
46 CGFloat initialDistanceForPinching; |
46 CGPoint startingPoint; |
47 CGPoint startingPoint; |
47 BOOL isSegmentVisible; |
48 BOOL isSegmentVisible; |
51 BOOL isNetGame; |
52 BOOL isNetGame; |
52 BOOL useClassicMenu; |
53 BOOL useClassicMenu; |
53 |
54 |
54 // dual head support |
55 // dual head support |
55 NSInteger initialScreenCount; |
56 NSInteger initialScreenCount; |
|
57 NSInteger a, b; |
56 } |
58 } |
57 |
59 |
58 @property (nonatomic,retain) id popoverController; |
60 @property (nonatomic,retain) id popoverController; |
59 @property (nonatomic,retain) InGameMenuViewController *popupMenu; |
61 @property (nonatomic,retain) InGameMenuViewController *popupMenu; |
60 @property (nonatomic,retain) HelpPageViewController *helpPage; |
62 @property (nonatomic,retain) HelpPageViewController *helpPage; |