src/network/core/tcp.cpp
branchnoai
changeset 9723 eee46cb39750
parent 6447 3b71e57fd22b
child 9724 b39bc69bb2f2
equal deleted inserted replaced
9722:ebf0ece7d8f6 9723:eee46cb39750
     9 #include "../../stdafx.h"
     9 #include "../../stdafx.h"
    10 #include "../../debug.h"
    10 #include "../../debug.h"
    11 #include "../../openttd.h"
    11 #include "../../openttd.h"
    12 #include "../../variables.h"
    12 #include "../../variables.h"
    13 #include "table/strings.h"
    13 #include "table/strings.h"
    14 #include "../../functions.h"
       
    15 
    14 
    16 #include "../network_data.h"
    15 #include "../network_data.h"
    17 #include "packet.h"
    16 #include "packet.h"
    18 #include "tcp.h"
    17 #include "tcp.h"
    19 #include "../../helpers.hpp"
       
    20 
    18 
    21 /** Very ugly temporary hack !!! */
    19 /** Very ugly temporary hack !!! */
    22 void NetworkTCPSocketHandler::Initialize()
    20 void NetworkTCPSocketHandler::Initialize()
    23 {
    21 {
    24 	this->sock              = INVALID_SOCKET;
    22 	this->sock              = INVALID_SOCKET;