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

12 lines
209 B
C++

#include"engine.h"
class VanillawareGC:public ENGINE{
public:
VanillawareGC(){
check_by=CHECK_BY::FILE;
check_by_target=L"Dolphin.exe";
};
bool attach_function();
};