--- a/project_files/HedgewarsMobile/Classes/GameSetup.h Sat Oct 09 05:57:46 2010 +0200
+++ b/project_files/HedgewarsMobile/Classes/GameSetup.h Sat Oct 09 18:00:53 2010 +0200
@@ -31,11 +31,13 @@
NSString *savePath;
BOOL isNetGame;
+ BOOL menuStyle;
}
@property (nonatomic, retain) NSDictionary *systemSettings;
@property (nonatomic, retain) NSDictionary *gameConfig;
@property (nonatomic, retain) NSString *savePath;
+@property (assign) BOOL menuStyle;
-(id) initWithDictionary:(NSDictionary *)gameDictionary;
-(void) engineProtocol;