project_files/HedgewarsMobile/Classes/OverlayViewController.h
changeset 3971 5c82ee165ed5
parent 3941 017b2b31e1c6
child 3976 abaf741a4e21
equal deleted inserted replaced
3970:0f6e3219c108 3971:5c82ee165ed5
    29 @interface OverlayViewController : UIViewController {
    29 @interface OverlayViewController : UIViewController {
    30     // the timer that dims the overlay
    30     // the timer that dims the overlay
    31     NSTimer *dimTimer;
    31     NSTimer *dimTimer;
    32 
    32 
    33     // the in-game menu
    33     // the in-game menu
    34     UIPopoverController *popoverController; // iPad only
    34     UIPopoverController *popoverController; // iPad only, never set on iPhone
    35     InGameMenuViewController *popupMenu;
    35     InGameMenuViewController *popupMenu;
    36     BOOL isPopoverVisible;
    36     BOOL isPopoverVisible;
    37 
    37 
    38     // the help menu
    38     // the help menu
    39     HelpPageViewController *helpPage;
    39     HelpPageViewController *helpPage;