mirror of
https://github.com/HIllya51/LunaHook.git
synced 2024-11-24 14:25:37 +08:00
11 lines
192 B
C
11 lines
192 B
C
|
|
|
|
bool InsertRenpy3Hook();
|
|
bool InsertRenpyHook();
|
|
|
|
|
|
extern "C" __declspec(dllexport) const wchar_t* internal_renpy_call_host(const wchar_t* text,int split);
|
|
|
|
|
|
void hookrenpy(HMODULE module);
|