Add externs to interface and class headers.
Signed-off-by: aixxe <me@aixxe.net>
This commit is contained in:
@@ -9,4 +9,6 @@ class ICvar {
|
||||
template <typename... Values> void ConsoleDPrintf(const char* Format, Values... Parameters) {
|
||||
return GetVirtualFunction<void(*)(ICvar*, const char*, ...)>(this, 24)(this, Format, Parameters...);
|
||||
}
|
||||
};
|
||||
};
|
||||
|
||||
extern ICvar* cvar;
|
||||
Reference in New Issue
Block a user