diff -r e5403e2bf02c -r 37ac593e9027 cocoaTouch/GameSetup.h --- a/cocoaTouch/GameSetup.h Thu Apr 22 17:43:12 2010 +0000 +++ b/cocoaTouch/GameSetup.h Sun Apr 25 02:30:42 2010 +0000 @@ -11,14 +11,14 @@ @interface GameSetup : NSObject { NSDictionary *systemSettings; - NSArray *teamsConfig; + NSDictionary *gameConfig; NSInteger ipcPort; TCPsocket sd, csd; // Socket descriptor, Client socket descriptor } @property (nonatomic, retain) NSDictionary *systemSettings; -@property (nonatomic, retain) NSArray *teamsConfig; +@property (nonatomic, retain) NSDictionary *gameConfig; -(void) engineProtocol; -(void) startThread: (NSString *)selector;