LunaHook-mirror/LunaHook/engines/python/python.h
恍兮惚兮 2750b5c167 python
2024-03-08 23:49:48 +08:00

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);