Add externs to interface and class headers.
Signed-off-by: aixxe <me@aixxe.net>
This commit is contained in:
@@ -26,4 +26,6 @@ class IBaseClientDLL {
|
||||
void FrameStageNotify(ClientFrameStage_t stage) {
|
||||
return GetVirtualFunction<void(*)(IBaseClientDLL*, ClientFrameStage_t)>(this, 35)(this, stage);
|
||||
}
|
||||
};
|
||||
};
|
||||
|
||||
extern IBaseClientDLL* clientdll;
|
||||
Reference in New Issue
Block a user