project_files/HedgewarsMobile/Classes/MapConfigViewController.h
changeset 3642 fb39fecca350
parent 3547 02875b1145b7
child 3703 12d17c6e8855
--- a/project_files/HedgewarsMobile/Classes/MapConfigViewController.h	Wed Jul 14 00:43:36 2010 +0200
+++ b/project_files/HedgewarsMobile/Classes/MapConfigViewController.h	Thu Jul 15 01:18:51 2010 +0200
@@ -22,6 +22,7 @@
     NSString *mapGenCommand;
     NSString *mazeSizeCommand;
     NSString *themeCommand;
+    NSString *staticMapCommand;
    
     // various widgets in the view
     UIButton *previewButton;
@@ -44,6 +45,7 @@
 @property (nonatomic,retain) NSString *mapGenCommand;
 @property (nonatomic,retain) NSString *mazeSizeCommand;
 @property (nonatomic,retain) NSString *themeCommand;
+@property (nonatomic,retain) NSString *staticMapCommand;
 
 @property (nonatomic,retain) IBOutlet UIButton *previewButton;
 @property (nonatomic,retain) IBOutlet UITableView *tableView;