--- a/project_files/HedgewarsMobile/Classes/OverlayViewController.h Thu Oct 07 02:16:29 2010 +0200
+++ b/project_files/HedgewarsMobile/Classes/OverlayViewController.h Sat Oct 09 05:57:46 2010 +0200
@@ -24,6 +24,7 @@
@class InGameMenuViewController;
@class HelpPageViewController;
+@class AmmoMenuViewController;
@interface OverlayViewController : UIViewController {
// the timer that dims the overlay
@@ -37,6 +38,9 @@
// the help menu
HelpPageViewController *helpPage;
+ // the objc ammomenu
+ AmmoMenuViewController *amvc;
+
// ths touch section
CGFloat initialDistanceForPinching;
CGPoint startingPoint;
@@ -47,6 +51,7 @@
@property (nonatomic,retain) id popoverController;
@property (nonatomic,retain) InGameMenuViewController *popupMenu;
@property (nonatomic,retain) HelpPageViewController *helpPage;
+@property (nonatomic,retain) AmmoMenuViewController *amvc;
-(void) touchesBegan:(NSSet *)touches withEvent:(UIEvent *)event;
-(void) touchesEnded:(NSSet *)touches withEvent:(UIEvent *)event;