project_files/HedgewarsMobile/Classes/GameSetup.h
changeset 3935 5ca27a0e9a63
parent 3893 568bfd083465
child 4510 ce9b8206e681
--- 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;