demboyz/demboyz/netmessages/svc_hltv.h
2015-05-14 21:36:57 -04:00

14 lines
128 B
C++

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