project_files/HedgewarsMobile/Classes/OverlayViewController.h
changeset 3737 2ba6ac8a114b
parent 3703 12d17c6e8855
child 3791 98072b3871c1
equal deleted inserted replaced
3736:d8982f9e7e2c 3737:2ba6ac8a114b
    22 
    22 
    23     // ths touch section
    23     // ths touch section
    24     CGFloat initialDistanceForPinching;
    24     CGFloat initialDistanceForPinching;
    25     CGPoint startingPoint;
    25     CGPoint startingPoint;
    26     BOOL isSegmentVisible;
    26     BOOL isSegmentVisible;
       
    27     BOOL isAttacking;
    27 
    28 
    28     // the sdl window underneath
    29     // the sdl window underneath
    29     SDL_Window *sdlwindow;
    30     SDL_Window *sdlwindow;
    30 }
    31 }
    31 
    32