Add externs to interface and class headers.
Signed-off-by: aixxe <me@aixxe.net>
This commit is contained in:
@@ -61,4 +61,6 @@ class IVEngineClient {
|
||||
void ClientCmd_Unrestricted(const char* command) {
|
||||
return GetVirtualFunction<void(*)(IVEngineClient*, const char*)>(this, 106)(this, command);
|
||||
}
|
||||
};
|
||||
};
|
||||
|
||||
extern IVEngineClient* engine;
|
||||
Reference in New Issue
Block a user