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

11 lines
212 B
C++

#include"engine.h"
class HXP:public ENGINE{
public:
HXP(){
is_engine_certain=false;
check_by=CHECK_BY::FILE;
check_by_target=L"DATA\\*.HXP";
};
bool attach_function();
};