Add externs to interface and class headers.
Signed-off-by: aixxe <me@aixxe.net>
This commit is contained in:
@@ -52,4 +52,6 @@ class IVModelRender {
|
||||
void DrawModelExecute(DrawModelState_t const& state, ModelRenderInfo_t const& info, matrix3x4_t* bone) {
|
||||
GetVirtualFunction<void(*)(IVModelRender*, DrawModelState_t const&, ModelRenderInfo_t const&, matrix3x4_t*)>(this, 19)(this, state, info, bone);
|
||||
}
|
||||
};
|
||||
};
|
||||
|
||||
extern IVModelRender* modelrender;
|
||||
Reference in New Issue
Block a user