Add HUD_Redraw hook

This commit is contained in:
8dcc
2023-07-21 15:42:01 +02:00
parent 01312cb4b6
commit 77a8a97a0f
2 changed files with 13 additions and 5 deletions

View File

@@ -61,5 +61,6 @@
bool hooks_init(void);
DECL_HOOK_EXTERN(void, CL_CreateMove, float, usercmd_t*, int);
DECL_HOOK_EXTERN(int, HUD_Redraw, float, int);
#endif /* _HOOKS_H */