project_files/HedgewarsMobile/Classes/MapConfigViewController.h
changeset 3783 8e9daf967406
parent 3705 e1959819a542
child 3829 81db3c85784b
--- 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;