LunaHook-mirror/LunaHook/engine32/Escude.h
2024-02-07 20:59:24 +08:00

11 lines
225 B
C++

#include"engine.h"
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();
};