LunaHook-mirror/LunaHook/engine32/Renpy.h
恍兮惚兮 6a43cd5b86 pch
2024-05-06 23:31:54 +08:00

16 lines
463 B
C++
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

class Renpy:public ENGINE{
public:
Renpy(){
//使用lunatranslator启动游戏会把cwd修改成exe所在目录其中没有.py
check_by=CHECK_BY::ALL_TRUE;
// check_by=CHECK_BY::CUSTOM;
// check_by_target=[](){
// //Renpy - sample game https://vndb.org/v19843
// return Util::CheckFile(L"*.py")|| GetModuleHandleW(L"librenpython.dll");
// };
};
bool attach_function();
};