LunaHook-mirror/LunaHook/engine32/GuruGuruSMF4.h

12 lines
245 B
C
Raw Normal View History

2024-06-29 23:22:54 +08:00
class GuruGuruSMF4:public ENGINE{
public:
GuruGuruSMF4(){
check_by=CHECK_BY::CUSTOM;
check_by_target=[](){
return (bool)GetModuleHandle(L"GuruGuruSMF4.dll");
};
};
bool attach_function();
};