--- a/project_files/HedgewarsMobile/Classes/OverlayViewController.h Sun Oct 10 02:06:42 2010 +0200
+++ b/project_files/HedgewarsMobile/Classes/OverlayViewController.h Sun Oct 10 03:16:25 2010 +0200
@@ -50,6 +50,9 @@
// stuff initialized externally
BOOL isNetGame;
BOOL useClassicMenu;
+
+ // dual head support
+ NSInteger initialScreenCount;
}
@property (nonatomic,retain) id popoverController;
@@ -71,6 +74,7 @@
-(void) dismissPopover;
-(void) dimOverlay;
-(void) activateOverlay;
+-(void) cleanup;
@end