project_files/HedgewarsMobile/Classes/OverlayViewController.h
changeset 3941 017b2b31e1c6
parent 3935 5ca27a0e9a63
child 3971 5c82ee165ed5
equal deleted inserted replaced
3940:cc29628976cc 3941:017b2b31e1c6
    48     BOOL isAttacking;
    48     BOOL isAttacking;
    49     
    49     
    50     // stuff initialized externally
    50     // stuff initialized externally
    51     BOOL isNetGame;
    51     BOOL isNetGame;
    52     BOOL useClassicMenu;
    52     BOOL useClassicMenu;
       
    53     
       
    54     // dual head support
       
    55     NSInteger initialScreenCount;
    53 }
    56 }
    54 
    57 
    55 @property (nonatomic,retain) id popoverController;
    58 @property (nonatomic,retain) id popoverController;
    56 @property (nonatomic,retain) InGameMenuViewController *popupMenu;
    59 @property (nonatomic,retain) InGameMenuViewController *popupMenu;
    57 @property (nonatomic,retain) HelpPageViewController *helpPage;
    60 @property (nonatomic,retain) HelpPageViewController *helpPage;
    69 
    72 
    70 -(void) showPopover;
    73 -(void) showPopover;
    71 -(void) dismissPopover;
    74 -(void) dismissPopover;
    72 -(void) dimOverlay;
    75 -(void) dimOverlay;
    73 -(void) activateOverlay;
    76 -(void) activateOverlay;
       
    77 -(void) cleanup;
    74 
    78 
    75 @end
    79 @end
    76 
    80 
    77 // actual game started (controls should be enabled)
    81 // actual game started (controls should be enabled)
    78 BOOL isGameRunning;
    82 BOOL isGameRunning;