project_files/HedgewarsMobile/Classes/OverlayViewController.h
changeset 4356 d1d26f8963a3
parent 4028 eb371ada631d
child 4454 42bfc1a70968
--- a/project_files/HedgewarsMobile/Classes/OverlayViewController.h	Wed Nov 24 23:35:41 2010 +0100
+++ b/project_files/HedgewarsMobile/Classes/OverlayViewController.h	Thu Nov 25 02:45:52 2010 +0100
@@ -51,6 +51,7 @@
     // stuff initialized externally
     BOOL isNetGame;
     BOOL useClassicMenu;
+    NSInteger initialOrientation;
     
     // dual head support
     NSInteger initialScreenCount;
@@ -63,6 +64,7 @@
 @property (nonatomic,retain) AmmoMenuViewController *amvc;
 @property (assign) BOOL isNetGame;
 @property (assign) BOOL useClassicMenu;
+@property (assign) NSInteger initialOrientation;
 
 -(void) touchesBegan:(NSSet *)touches withEvent:(UIEvent *)event;
 -(void) touchesEnded:(NSSet *)touches withEvent:(UIEvent *)event;