LunaHook-mirror/LunaHook/engine64/CMVS.h

19 lines
347 B
C
Raw Normal View History

2024-05-06 23:30:27 +08:00
2024-02-07 20:59:24 +08:00
2024-10-03 14:53:59 +08:00
class CMVS : public ENGINE
{
public:
CMVS()
{
2024-02-07 20:59:24 +08:00
2024-10-03 14:53:59 +08:00
check_by = CHECK_BY::FILE;
check_by_target = L"data\\pack\\*.cpz";
// jichi 8/19/2013: DO NOT WORK for games like「ハピメア」
// if (wcsstr(str,L"cmvs32") || wcsstr(str,L"cmvs64")) {
// InsertCMVSHook();
// return true;
//}
};
bool attach_function();
2024-02-07 20:59:24 +08:00
};