project_files/HedgewarsMobile/Classes/OverlayViewController.h
changeset 4454 42bfc1a70968
parent 4356 d1d26f8963a3
child 4861 91f889289a47
--- a/project_files/HedgewarsMobile/Classes/OverlayViewController.h	Thu Dec 02 20:40:30 2010 -0500
+++ b/project_files/HedgewarsMobile/Classes/OverlayViewController.h	Sat Dec 04 08:52:57 2010 +0100
@@ -53,6 +53,9 @@
     BOOL useClassicMenu;
     NSInteger initialOrientation;
     
+    // the containing window
+    UIWindow *containerWindow;
+    
     // dual head support
     NSInteger initialScreenCount;
     NSInteger a, b;
@@ -65,6 +68,7 @@
 @property (assign) BOOL isNetGame;
 @property (assign) BOOL useClassicMenu;
 @property (assign) NSInteger initialOrientation;
+@property (assign) UIWindow *containerWindow;
 
 -(void) touchesBegan:(NSSet *)touches withEvent:(UIEvent *)event;
 -(void) touchesEnded:(NSSet *)touches withEvent:(UIEvent *)event;