14 lines
128 B
C++
14 lines
128 B
C++
|
|
#pragma once
|
|
|
|
#include "nethandlers.h"
|
|
|
|
namespace NetMsg
|
|
{
|
|
struct SVC_HLTV
|
|
{
|
|
};
|
|
}
|
|
|
|
DECLARE_NET_HANDLERS(SVC_HLTV);
|