--- a/project_files/HedgewarsMobile/Classes/SavedGamesViewController.h Mon Oct 11 16:56:00 2010 -0400
+++ b/project_files/HedgewarsMobile/Classes/SavedGamesViewController.h Tue Oct 12 05:06:30 2010 +0200
@@ -22,7 +22,8 @@
#import <UIKit/UIKit.h>
#import "EditableCellView.h"
-@interface SavedGamesViewController : UIViewController <UITableViewDelegate, UITableViewDataSource, EditableCellViewDelegate> {
+@interface SavedGamesViewController : UIViewController <UITableViewDelegate, UITableViewDataSource,
+ EditableCellViewDelegate, UIActionSheetDelegate> {
UITableView *tableView;
NSMutableArray *listOfSavegames;
}