demboyz/demboyz/netmessages/svc_hltv.h

14 lines
128 B
C++

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