LunaHook-mirror/LunaHook/engine32/ShinaRio.h
恍兮惚兮 6a43cd5b86 pch
2024-05-06 23:31:54 +08:00

21 lines
491 B
C++

class ShinaRio:public ENGINE{
public:
ShinaRio(){
check_by=CHECK_BY::FILE_ANY;
check_by_target=check_by_list{L"RIO.INI",L"*.war"};
is_engine_certain=false;
//DWORD len = wcslen(str);
// jichi 8/24/2013: Checking for Rio.ini or $procname.ini
//wcscpy(str+len-4, L"_?.war");
//if (Util::CheckFile(str)) {
// InsertShinaHook();
// return true;
//}
};
bool attach_function();
};