project_files/HedgewarsMobile/Classes/AmmoMenuViewController.h
changeset 3981 928e2040d34f
parent 3978 9660600e43cb
child 3989 adffb668f06e
equal deleted inserted replaced
3980:070fdd33ce0d 3981:928e2040d34f
    24 
    24 
    25 @interface AmmoMenuViewController : UIViewController {
    25 @interface AmmoMenuViewController : UIViewController {
    26     NSArray *buttonsArray;
    26     NSArray *buttonsArray;
    27     NSArray *imagesArray;
    27     NSArray *imagesArray;
    28     
    28     
       
    29     UILabel *nameLabel;
       
    30     UILabel *extraLabel;
       
    31     UILabel *captionLabel;
       
    32 
    29     uint8_t *delay;
    33     uint8_t *delay;
    30     BOOL *shouldUpdateImage;
    34     BOOL *shouldUpdateImage;
    31     CGPoint startingPoint;
    35     CGPoint startingPoint;
    32     BOOL isVisible;
    36     BOOL isVisible;
    33 }
    37 }
    34 
    38 
    35 @property (retain) NSArray *buttonsArray;
    39 @property (retain) NSArray *buttonsArray;
    36 @property (retain) NSArray *imagesArray;
    40 @property (retain) NSArray *imagesArray;
       
    41 @property (nonatomic,retain) UILabel *nameLabel;
       
    42 @property (nonatomic,retain) UILabel *extraLabel;
       
    43 @property (nonatomic,retain) UILabel *captionLabel;
    37 @property (assign) BOOL isVisible;
    44 @property (assign) BOOL isVisible;
    38 
    45 
    39 -(void) buttonPressed:(id)sender;
    46 -(void) buttonPressed:(id)sender;
    40 -(void) updateAmmoVisuals;
    47 -(void) updateAmmoVisuals;
    41 -(void) appearInView:(UIView *)container;
    48 -(void) appearInView:(UIView *)container;