project_files/HedgewarsMobile/Classes/GameSetup.h
changeset 4510 ce9b8206e681
parent 3935 5ca27a0e9a63
child 4574 e26ef1eca20a
equal deleted inserted replaced
4509:816a0bff5019 4510:ce9b8206e681
    26     NSDictionary *systemSettings;
    26     NSDictionary *systemSettings;
    27     NSDictionary *gameConfig;
    27     NSDictionary *gameConfig;
    28 
    28 
    29     NSInteger ipcPort;  // Port on which engine will listen
    29     NSInteger ipcPort;  // Port on which engine will listen
    30     TCPsocket csd;      // Client socket descriptor
    30     TCPsocket csd;      // Client socket descriptor
       
    31     TCPsocket esd;      // External socket descriptor
    31     
    32     
    32     NSString *savePath;
    33     NSString *savePath;
    33     BOOL isNetGame;
    34     BOOL isNetGame;
    34     BOOL menuStyle;
    35     BOOL menuStyle;
    35 }
    36 }