LunaHook-mirror/LunaHook/engine32/tamasoft.h

12 lines
352 B
C
Raw Normal View History

2024-05-06 23:30:27 +08:00
2024-04-30 17:33:43 +08:00
class tamasoft:public ENGINE{
public:
tamasoft(){
//世界ノ全テノ全テ 通常版
//https://vndb.org/r21299
check_by=CHECK_BY::FILE_ALL;
check_by_target=check_by_list{L"ac.acv",L"bg.acv",L"char.acv",L"ed.acv",L"info.acv",L"op.acv",L"se.acv",L"snr.acv",L"voice.acv"};
};
bool attach_function();
};