project_files/HedgewarsMobile/Classes/OverlayViewController.h
changeset 3976 abaf741a4e21
parent 3971 5c82ee165ed5
child 4028 eb371ada631d
--- a/project_files/HedgewarsMobile/Classes/OverlayViewController.h	Thu Oct 14 16:01:43 2010 +0200
+++ b/project_files/HedgewarsMobile/Classes/OverlayViewController.h	Thu Oct 14 22:01:33 2010 +0200
@@ -40,6 +40,7 @@
 
     // the objc ammomenu
     AmmoMenuViewController *amvc;
+    BOOL wasVisible;
     
     // ths touch section
     CGFloat initialDistanceForPinching;
@@ -53,6 +54,7 @@
     
     // dual head support
     NSInteger initialScreenCount;
+    NSInteger a, b;
 }
 
 @property (nonatomic,retain) id popoverController;