src/network/core/packet.cpp
branchNewGRF_ports
changeset 10274 b3c58f3df92b
parent 6872 1c4a4a609f85
equal deleted inserted replaced
10243:e9066a148720 10274:b3c58f3df92b
     8 
     8 
     9 #include "../../stdafx.h"
     9 #include "../../stdafx.h"
    10 #include "../../string_func.h"
    10 #include "../../string_func.h"
    11 
    11 
    12 #include "packet.h"
    12 #include "packet.h"
    13 
       
    14 
       
    15 /* Do not want to include functions.h and all required headers */
       
    16 extern void NORETURN CDECL error(const char *str, ...);
       
    17 
    13 
    18 /**
    14 /**
    19  * Create a packet that is used to read from a network socket
    15  * Create a packet that is used to read from a network socket
    20  * @param cs the socket handler associated with the socket we are reading from
    16  * @param cs the socket handler associated with the socket we are reading from
    21  */
    17  */