LunaHook-mirror/LunaHook/engines/python/python.h

11 lines
192 B
C
Raw Normal View History

2024-02-07 20:59:24 +08:00
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);