mirror of
https://github.com/HIllya51/LunaTranslator.git
synced 2025-01-13 23:53:54 +08:00
15 lines
292 B
C++
15 lines
292 B
C++
|
|
|
|
class Tenco : public ENGINE
|
|
{
|
|
public:
|
|
Tenco()
|
|
{
|
|
check_by = CHECK_BY::CUSTOM;
|
|
check_by_target = []()
|
|
{
|
|
return Util::CheckFile(L"Check.mdx") || Util::SearchResourceString(L"TENCO / MONOCHROMA Inc.");
|
|
};
|
|
};
|
|
bool attach_function();
|
|
}; |