[saco] Implement InstallShowCursorHook()

This commit is contained in:
RD42
2024-02-14 23:26:23 +08:00
parent 53c6b978c2
commit adce37adc0
3 changed files with 22 additions and 1 deletions

View File

@ -86,8 +86,8 @@ BOOL WINAPI DllMain(HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved)
AddFontResourceA("gtaweap3.ttf");
AddFontResourceA("sampaux3.ttf");
//sub_10062970();
InstallFileSystemHooks();
InstallShowCursorHook();
pGame = new CGame();