--- a/project_files/HedgewarsMobile/Classes/MapConfigViewController.h Sat Aug 28 05:35:02 2010 +0200
+++ b/project_files/HedgewarsMobile/Classes/MapConfigViewController.h Sun Aug 29 16:55:27 2010 +0200
@@ -71,7 +71,7 @@
-(IBAction) buttonPressed:(id) sender;
--(IBAction) updatePreview;
+-(IBAction) mapButtonPressed;
-(IBAction) sliderChanged:(id) sender;
-(IBAction) sliderEndedChanging:(id) sender;
-(IBAction) segmentedControlChanged:(id) sender;
@@ -80,6 +80,8 @@
-(void) turnOffWidgets;
-(void) setLabelText:(NSString *)str;
-(void) setButtonImage:(UIImage *)img;
+-(void) updatePreview;
+-(void) updatePreviewWithMap:(NSInteger) index;
-(const uint8_t *)engineProtocol:(NSInteger) port;