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

11 lines
182 B
C++

#include"engine.h"
class GXP:public ENGINE{
public:
GXP(){
check_by=CHECK_BY::FILE;
check_by_target=L"*.gxp";
};
bool attach_function();
};