project_files/HedgewarsMobile/Classes/OverlayViewController.h
changeset 3922 44804043b691
parent 3904 22e4d74240e5
child 3933 1a873262f5dd
equal deleted inserted replaced
3921:022dfe1431b7 3922:44804043b691
    40     // ths touch section
    40     // ths touch section
    41     CGFloat initialDistanceForPinching;
    41     CGFloat initialDistanceForPinching;
    42     CGPoint startingPoint;
    42     CGPoint startingPoint;
    43     BOOL isSegmentVisible;
    43     BOOL isSegmentVisible;
    44     BOOL isAttacking;
    44     BOOL isAttacking;
    45 
       
    46     // the sdl window underneath
       
    47     SDL_Window *sdlwindow;
       
    48 }
    45 }
    49 
    46 
    50 @property (nonatomic,retain) id popoverController;
    47 @property (nonatomic,retain) id popoverController;
    51 @property (nonatomic,retain) InGameMenuViewController *popupMenu;
    48 @property (nonatomic,retain) InGameMenuViewController *popupMenu;
    52 @property (nonatomic,retain) HelpPageViewController *helpPage;
    49 @property (nonatomic,retain) HelpPageViewController *helpPage;