LunaHook-mirror/LunaHook/engines/lua/lua51.h

13 lines
263 B
C
Raw Normal View History

2024-05-06 23:30:27 +08:00
2024-02-07 20:59:24 +08:00
class lua51:public ENGINE{
public:
lua51(){
2024-06-24 19:04:59 +08:00
check_by=CHECK_BY::FILE_ANY;
check_by_target=check_by_list{L"lua5.1.dll",L"lua51.dll"};
2024-02-07 20:59:24 +08:00
is_engine_certain=false;
2024-06-24 19:04:59 +08:00
//dontstop=true;
2024-02-07 20:59:24 +08:00
};
bool attach_function();
};