LunaHook-mirror/LunaHook/engine32/Syuntada.h

14 lines
362 B
C
Raw Permalink Normal View History

2024-05-06 23:30:27 +08:00
2024-02-07 20:59:24 +08:00
class Syuntada:public ENGINE{
public:
Syuntada(){
check_by=CHECK_BY::FILE;
check_by_target=L"dSch.dat";
// jichi 2/6/2015 平安亭
// dPi.dat, dPih.dat, dSc.dat, dSch.dat, dSo.dat, dSoh.dat, dSy.dat
//if (Util::CheckFile(L"dSoh.dat")) { // no idea why this file does not work
};
bool attach_function();
};