diff -r 070fdd33ce0d -r 928e2040d34f project_files/HedgewarsMobile/Classes/AmmoMenuViewController.h --- a/project_files/HedgewarsMobile/Classes/AmmoMenuViewController.h Sat Oct 16 19:01:11 2010 +0200 +++ b/project_files/HedgewarsMobile/Classes/AmmoMenuViewController.h Sun Oct 17 17:47:07 2010 +0200 @@ -26,6 +26,10 @@ NSArray *buttonsArray; NSArray *imagesArray; + UILabel *nameLabel; + UILabel *extraLabel; + UILabel *captionLabel; + uint8_t *delay; BOOL *shouldUpdateImage; CGPoint startingPoint; @@ -34,6 +38,9 @@ @property (retain) NSArray *buttonsArray; @property (retain) NSArray *imagesArray; +@property (nonatomic,retain) UILabel *nameLabel; +@property (nonatomic,retain) UILabel *extraLabel; +@property (nonatomic,retain) UILabel *captionLabel; @property (assign) BOOL isVisible; -(void) buttonPressed:(id)sender;