project_files/HedgewarsMobile/Classes/AmmoMenuViewController.h
changeset 3989 adffb668f06e
parent 3981 928e2040d34f
child 4032 4aeab704d006
equal deleted inserted replaced
3988:044cc945b2f8 3989:adffb668f06e
    41 @property (nonatomic,retain) UILabel *nameLabel;
    41 @property (nonatomic,retain) UILabel *nameLabel;
    42 @property (nonatomic,retain) UILabel *extraLabel;
    42 @property (nonatomic,retain) UILabel *extraLabel;
    43 @property (nonatomic,retain) UILabel *captionLabel;
    43 @property (nonatomic,retain) UILabel *captionLabel;
    44 @property (assign) BOOL isVisible;
    44 @property (assign) BOOL isVisible;
    45 
    45 
    46 -(void) buttonPressed:(id)sender;
    46 -(void) buttonPressed:(id) sender;
    47 -(void) updateAmmoVisuals;
    47 -(void) buttonReleased:(id) sender;
       
    48 -(void) buttonCancelled:(id) sender;
    48 -(void) appearInView:(UIView *)container;
    49 -(void) appearInView:(UIView *)container;
    49 -(void) disappear;
    50 -(void) disappear;
       
    51 -(void) updateAmmoVisuals;
       
    52 -(void) loadLabels;
       
    53 -(void) loadAmmoStuff:(id) object;
    50 
    54 
    51 @end
    55 @end