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

12 lines
235 B
C++

#include"engine.h"
class Eushully:public ENGINE{
public:
Eushully(){
check_by=CHECK_BY::FILE;
check_by_target=L"AGERC.DLL";// 6/1/2014 jichi: Eushully, AGE.EXE
};
bool attach_function();
};