add some more error checks to IAT hooker

This commit is contained in:
FunkyFr3sh 2023-10-20 10:19:46 +02:00
parent af861ff2ee
commit ecc56d4cbc
3 changed files with 40 additions and 28 deletions

View file

@ -5,6 +5,7 @@
#include <windows.h>
BOOL util_is_bad_read_ptr(void* p);
BOOL util_is_minimized(HWND hwnd);
BOOL util_is_avx_supported();
void util_limit_game_ticks();