project_files/HedgewarsMobile/Classes/AmmoMenuViewController.h
changeset 3978 9660600e43cb
parent 3977 9df7b4812da9
child 3981 928e2040d34f
equal deleted inserted replaced
3977:9df7b4812da9 3978:9660600e43cb
    25 @interface AmmoMenuViewController : UIViewController {
    25 @interface AmmoMenuViewController : UIViewController {
    26     NSArray *buttonsArray;
    26     NSArray *buttonsArray;
    27     NSArray *imagesArray;
    27     NSArray *imagesArray;
    28     
    28     
    29     uint8_t *delay;
    29     uint8_t *delay;
       
    30     BOOL *shouldUpdateImage;
    30     CGPoint startingPoint;
    31     CGPoint startingPoint;
    31     BOOL isVisible;
    32     BOOL isVisible;
    32 }
    33 }
    33 
    34 
    34 @property (retain) NSArray *buttonsArray;
    35 @property (retain) NSArray *buttonsArray;