#pragma once #include "nethandlers.h" namespace NetMsg { struct SVC_TerrainMod { }; } DECLARE_NET_HANDLERS(SVC_TerrainMod);