hedgewars/uIO.pas
changeset 196 993cf173218b
parent 183 57c2ef19f719
child 208 a049157d673a
equal deleted inserted replaced
195:edae828322a0 196:993cf173218b
    32 procedure InitIPC;
    32 procedure InitIPC;
    33 procedure CloseIPC;
    33 procedure CloseIPC;
    34 procedure NetGetNextCmd;
    34 procedure NetGetNextCmd;
    35 
    35 
    36 implementation
    36 implementation
    37 uses uConsole, uConsts, uWorld, uMisc, uRandom, uLand;
    37 uses uConsole, uConsts, uWorld, uMisc, uLand;
    38 const isPonged: boolean = false;
    38 const isPonged: boolean = false;
    39 var  IPCSock: PTCPSocket = nil;
    39 var  IPCSock: PTCPSocket = nil;
    40      fds: PSDLNet_SocketSet;
    40      fds: PSDLNet_SocketSet;
    41 
    41 
    42      extcmd: array[word] of packed record
    42      extcmd: array[word] of packed record