equal
deleted
inserted
replaced
5 // Created by Vittorio on 19/06/10. |
5 // Created by Vittorio on 19/06/10. |
6 // Copyright 2010 __MyCompanyName__. All rights reserved. |
6 // Copyright 2010 __MyCompanyName__. All rights reserved. |
7 // |
7 // |
8 |
8 |
9 #import <UIKit/UIKit.h> |
9 #import <UIKit/UIKit.h> |
|
10 #import "WeaponCellView.h" |
10 |
11 |
11 |
12 @interface SingleWeaponViewController : UITableViewController <WeaponButtonControllerDelegate> { |
12 @interface SingleWeaponViewController : UITableViewController { |
|
13 UIImage *ammoStoreImage; |
13 UIImage *ammoStoreImage; |
14 NSArray *ammoNames; |
14 NSArray *ammoNames; |
15 |
15 |
16 char *quantity; |
16 char *quantity; |
17 char *probability; |
17 char *probability; |