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

11 lines
207 B
C++

class Escude:public ENGINE{
public:
Escude(){
check_by=CHECK_BY::FILE_ALL;
check_by_target=check_by_list{L"configure.cfg",L"gfx.bin"};
}
bool attach_function();
};