mirror of
https://github.com/HIllya51/LunaTranslator.git
synced 2024-12-29 00:24:13 +08:00
14 lines
264 B
C++
14 lines
264 B
C++
|
|
|
|
class antique : public ENGINE
|
|
{
|
|
public:
|
|
antique()
|
|
{
|
|
|
|
check_by = CHECK_BY::FILE_ALL;
|
|
check_by_target = check_by_list{L"*.VMC", L"vorbis.acm", L"SE.DAT", L"PACK.DAT"};
|
|
is_engine_certain = false;
|
|
};
|
|
bool attach_function();
|
|
}; |