Remove IBaseClientDLL extern from NetVars.h.

* No longer needed.

Signed-off-by: aixxe <me@aixxe.net>
This commit is contained in:
aixxe 2016-12-20 20:11:49 +00:00
parent 66f7ff9b8e
commit 9e5f1b6ad9
1 changed files with 0 additions and 2 deletions

View File

@ -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) {