mirror of
https://github.com/HIllya51/LunaHook.git
synced 2024-11-24 14:25:37 +08:00
13 lines
223 B
C
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();
|
||
|
};
|
||
|
|