Remove IBaseClientDLL extern from NetVars.h.
* No longer needed. Signed-off-by: aixxe <me@aixxe.net>
This commit is contained in:
parent
66f7ff9b8e
commit
9e5f1b6ad9
|
@ -1,7 +1,5 @@
|
|||
#pragma once
|
||||
|
||||
extern IBaseClientDLL* clientdll;
|
||||
|
||||
class NetVars {
|
||||
private:
|
||||
inline uintptr_t FindOffset(RecvTable* recv_table, const char* property_name, RecvProp** property_ptr = nullptr) {
|
||||
|
|
Loading…
Reference in New Issue