mirror of
https://github.com/HIllya51/LunaTranslator.git
synced 2024-12-29 00:24:13 +08:00
15 lines
367 B
C++
15 lines
367 B
C++
|
|
// https://vndb.org/v2330
|
|
// 月ノ光太陽ノ影
|
|
|
|
class Aromarie : public ENGINE
|
|
{
|
|
public:
|
|
Aromarie()
|
|
{
|
|
check_by = CHECK_BY::FILE_ALL;
|
|
check_by_target = check_by_list{L"scene.db", L"script.axr", L"se.axr", L"system.db", L"user.db", L"koe.axr", L"cg.axr", L"bgm.axr"};
|
|
is_engine_certain = false;
|
|
};
|
|
bool attach_function();
|
|
}; |