9 #ifndef TurtleBrains_PacketHandlerInterface_hpp
10 #define TurtleBrains_PacketHandlerInterface_hpp
12 #include <turtle_brains/core/tb_configuration.hpp>
13 #if defined(tb_with_networking)
15 #include <turtle_brains/core/tb_types.hpp>
24 class PacketHandlerInterface
27 PacketHandlerInterface(
void);
28 virtual ~PacketHandlerInterface(
void);
31 virtual void OnConnect(
void);
32 virtual void OnDisconnect(
void);
40 friend class tbImplementation::SocketConnectionImplementation;
46 namespace tbNetwork = TurtleBrains::Network;
Here is some information about the primary namespace.
Definition: tb_application_dialog.hpp:21
uint8 byte
Unsigned integer with 8 bits (1 byte). Supports 256 values from 0 to 255.
Definition: tb_types.hpp:24
Definition: tb_application_dialog.hpp:19