diff -r 3aac7ca07b0e -r db01c37494af project_files/HedgewarsMobile/Classes/SavedGamesViewController.h --- a/project_files/HedgewarsMobile/Classes/SavedGamesViewController.h Sat Sep 25 03:04:22 2010 +0200 +++ b/project_files/HedgewarsMobile/Classes/SavedGamesViewController.h Sat Sep 25 18:38:05 2010 +0200 @@ -20,9 +20,9 @@ #import - +#import "EditableCellView.h" -@interface SavedGamesViewController : UIViewController { +@interface SavedGamesViewController : UIViewController { UITableView *tableView; NSMutableArray *listOfSavegames; } @@ -30,7 +30,7 @@ @property (nonatomic,retain) IBOutlet UITableView *tableView; @property (nonatomic,retain) NSMutableArray *listOfSavegames; - -(IBAction) buttonPressed:(id) sender; +-(IBAction) toggleEdit:(id) sender; @end