project_files/HedgewarsMobile/Classes/GameConfigViewController.h
changeset 3705 e1959819a542
parent 3703 12d17c6e8855
child 3778 2e61bb50cc57
equal deleted inserted replaced
3703:12d17c6e8855 3705:e1959819a542
     5 //  Created by Vittorio on 18/04/10.
     5 //  Created by Vittorio on 18/04/10.
     6 //  Copyright 2010 __MyCompanyName__. All rights reserved.
     6 //  Copyright 2010 __MyCompanyName__. All rights reserved.
     7 //
     7 //
     8 
     8 
     9 #import <UIKit/UIKit.h>
     9 #import <UIKit/UIKit.h>
       
    10 #import "MapConfigViewController.h"
    10 
    11 
    11 @class TeamConfigViewController;
    12 @class TeamConfigViewController;
    12 @class MapConfigViewController;
       
    13 @class SchemeWeaponConfigViewController;
    13 @class SchemeWeaponConfigViewController;
    14 
    14 
    15 @interface GameConfigViewController : UIViewController {
    15 @interface GameConfigViewController : UIViewController <MapConfigDelegate> {
    16     UIViewController *activeController;
    16     UIViewController *activeController;
    17     MapConfigViewController *mapConfigViewController;
    17     MapConfigViewController *mapConfigViewController;
    18     TeamConfigViewController *teamConfigViewController;
    18     TeamConfigViewController *teamConfigViewController;
    19     SchemeWeaponConfigViewController *schemeWeaponConfigViewController;
    19     SchemeWeaponConfigViewController *schemeWeaponConfigViewController;
    20 }
    20 }