#pragma once #include "nethandlers.h" #include namespace NetMsg { struct SVC_SendTable { bool needsDecoder; int16_t dataLengthInBits; std::unique_ptr data; }; } DECLARE_NET_HANDLERS(SVC_SendTable);