PDL3 part 2

This commit is contained in:
nastys
2021-07-22 04:35:52 +02:00
parent adb5c02256
commit 362b28da6e
22 changed files with 1582 additions and 295 deletions
@@ -0,0 +1,8 @@
#pragma once
void exitGameClean(int);
int hookedCreateWindow(const char* title, void(__cdecl* exit_function)(int));
__int64 hookedParseParameters(int a1, __int64* a2);
__int64 __fastcall limiterFuncNormal(__int64 a1);
__int64 __fastcall limiterFuncLight(__int64 a1);
__int64 __fastcall hookedEngineUpdate(__int64 a1);
void ApplyRender(HMODULE hModule);