From 7ccb819f867493f8ec202ea3b39c94c198c64584 Mon Sep 17 00:00:00 2001 From: JustSomePwner Date: Thu, 30 Aug 2018 14:01:54 +0200 Subject: first --- gmod/ClientClass.hpp | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 gmod/ClientClass.hpp (limited to 'gmod/ClientClass.hpp') diff --git a/gmod/ClientClass.hpp b/gmod/ClientClass.hpp new file mode 100644 index 0000000..b1d69dd --- /dev/null +++ b/gmod/ClientClass.hpp @@ -0,0 +1,14 @@ +#pragma once +#include "Valve/dt_common.h" +#include "Valve/dt_recv.h" + + +class ClientClass { +public: + void* m_create_fn; + void* m_createevent_fn; + char* m_name; + RecvTable* m_rt_table; + ClientClass* m_next; + int m_class_id; +}; \ No newline at end of file -- cgit v1.2.3