--- a/project_files/HedgewarsMobile/Classes/GameConfigViewController.h Mon Aug 02 00:55:24 2010 +0200
+++ b/project_files/HedgewarsMobile/Classes/GameConfigViewController.h Mon Aug 02 23:13:12 2010 +0200
@@ -7,12 +7,12 @@
//
#import <UIKit/UIKit.h>
+#import "MapConfigViewController.h"
@class TeamConfigViewController;
-@class MapConfigViewController;
@class SchemeWeaponConfigViewController;
-@interface GameConfigViewController : UIViewController {
+@interface GameConfigViewController : UIViewController <MapConfigDelegate> {
UIViewController *activeController;
MapConfigViewController *mapConfigViewController;
TeamConfigViewController *teamConfigViewController;