#pragma once #include #define TIMEOUT 20 enum PACKET : uint8_t { CONNECT, DISCONNECT, PING, ACK, IDS, ENTITIES, EVENT };