project_files/HedgewarsMobile/Classes/AmmoMenuViewController.h
changeset 4946 076767e86f2b
parent 4032 4aeab704d006
child 4976 088d40d8aba2
equal deleted inserted replaced
4945:541d35d1f2e8 4946:076767e86f2b
    30     UILabel *extraLabel;
    30     UILabel *extraLabel;
    31     UILabel *captionLabel;
    31     UILabel *captionLabel;
    32 
    32 
    33     uint8_t *delay;
    33     uint8_t *delay;
    34     BOOL *shouldUpdateImage;
    34     BOOL *shouldUpdateImage;
    35     CGPoint startingPoint;
    35     CGPoint currentPoint;
    36     CGPoint placingPoint;
    36     CGPoint placingPoint;
    37     BOOL isVisible;
    37     BOOL isVisible;
    38 }
    38 }
    39 
    39 
    40 @property (retain) NSArray *buttonsArray;
    40 @property (retain) NSArray *buttonsArray;