9 #ifndef _TurtleBrains_PacketHandlerInterface_h_
10 #define _TurtleBrains_PacketHandlerInterface_h_
12 #include "../../core/tb_configuration.h"
13 #if defined(tb_with_networking)
15 #include "../../core/tb_types.h"
27 class PacketHandlerInterface
30 PacketHandlerInterface(
void);
31 virtual ~PacketHandlerInterface(
void);
37 friend class tbImplementation::SocketConnectionImplementation;
Here is some information about the primary namespace.
Definition: tb_application_dialog.h:21
uint8 byte
Unsigned integer with 8 bits (1 byte). Supports 256 values from 0 to 255.
Definition: tb_types.h:24
Definition: tb_http_request.h:27
Definition: tb_application_dialog.h:19