#pragma once #include "nethandlers.h" #include namespace NetMsg { struct SVC_Sounds { bool reliableSound; uint8_t numSounds; uint16_t dataLengthInBits; std::unique_ptr data; }; } DECLARE_NET_HANDLERS(SVC_Sounds);