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

13 lines
223 B
C++

#include"engine.h"
class IG:public ENGINE{
public:
IG(){
check_by=CHECK_BY::FILE;
is_engine_certain=false;
check_by_target=L"files/*.PAK";
};
bool attach_function();
};