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