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

11 lines
226 B
C++

#include"engine.h"
class Rejet:public ENGINE{
public:
Rejet(){
check_by=CHECK_BY::FILE_ALL;
check_by_target=check_by_list{L"gd.dat",L"pf.dat",L"sd.dat"};
};
bool attach_function();
};