mirror of
https://github.com/HIllya51/LunaTranslator.git
synced 2025-01-15 08:53:53 +08:00
12 lines
227 B
C++
12 lines
227 B
C++
|
|
|
|
class Winters : public ENGINE
|
|
{
|
|
public:
|
|
Winters()
|
|
{
|
|
check_by = CHECK_BY::FILE_ALL;
|
|
check_by_target = check_by_list{L"MSG.dat", L"SCR.ifx", L"VFN.dat", L"GRP.ifx"};
|
|
};
|
|
bool attach_function();
|
|
}; |