project_files/HedgewarsMobile/Classes/AmmoMenuViewController.h
changeset 4032 4aeab704d006
parent 3989 adffb668f06e
child 4946 076767e86f2b
equal deleted inserted replaced
4030:adbb37b8c487 4032:4aeab704d006
    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 startingPoint;
       
    36     CGPoint placingPoint;
    36     BOOL isVisible;
    37     BOOL isVisible;
    37 }
    38 }
    38 
    39 
    39 @property (retain) NSArray *buttonsArray;
    40 @property (retain) NSArray *buttonsArray;
    40 @property (retain) NSArray *imagesArray;
    41 @property (retain) NSArray *imagesArray;