Hook StudioRenderModel

This commit is contained in:
8dcc
2023-07-24 16:17:57 +02:00
parent c48c4164f2
commit 78f0527317
2 changed files with 9 additions and 0 deletions

View File

@@ -62,5 +62,6 @@
bool hooks_init(void);
DECL_HOOK_EXTERN(void, CL_CreateMove, float, usercmd_t*, int);
DECL_HOOK_EXTERN(int, HUD_Redraw, float, int);
DECL_HOOK_EXTERN(void, StudioRenderModel, void* this_ptr);
#endif /* HOOKS_H_ */