--- a/cocoaTouch/GameSetup.h Wed Jan 13 09:41:35 2010 +0000
+++ b/cocoaTouch/GameSetup.h Thu Jan 14 16:38:43 2010 +0000
@@ -10,13 +10,14 @@
@interface GameSetup : NSObject {
- NSLocale *locale;
+ NSString *localeString;
+ NSDictionary *systemSettings;
BOOL engineProtocolStarted;
}
-@property (nonatomic, retain) NSLocale *locale;
-@property (nonatomic) BOOL engineProtocolStarted;
+@property (nonatomic, retain) NSString *localeString;
+@property (retain) NSDictionary *systemSettings;
-(void) setArgsForLocalPlay;
-(void) engineProtocol;