src/Network/Packet.hh
changeset 423 947ab54de4b7
parent 417 c503e0c6a740
equal deleted inserted replaced
422:5e4c8631779e 423:947ab54de4b7
     5  * @file
     5  * @file
     6  *
     6  *
     7  * Provides the NetworkPackets that are used to communicate over a NetworkTCP/NetworkUDP sockets.
     7  * Provides the NetworkPackets that are used to communicate over a NetworkTCP/NetworkUDP sockets.
     8  */
     8  */
     9 
     9 
       
    10 #include "../Types.hh"
    10 #include "../Config.hh"
    11 #include "../Config.hh"
    11 #include "../Types.hh"
       
    12 #include "../Error.hh"
    12 #include "../Error.hh"
    13 
    13 
    14 /**
    14 /**
    15  * Base class of errors thrown by NetworkPacket* methods
    15  * Base class of errors thrown by NetworkPacket* methods
    16  */
    16  */