src/network/core/packet.cpp
branchnoai
changeset 10249 58810805030e
parent 9723 eee46cb39750
equal deleted inserted replaced
10216:794533ba4cbf 10249:58810805030e
     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  */