mirror of
https://github.com/HIllya51/LunaTranslator.git
synced 2025-01-15 08:53:53 +08:00
14 lines
285 B
C++
14 lines
285 B
C++
|
|
|
|
class Ages3ResT : public ENGINE
|
|
{
|
|
public:
|
|
Ages3ResT()
|
|
{
|
|
// Muv-Luv_Alternative16_20th
|
|
// マブラヴ オルタネイティヴ age20th Edition
|
|
check_by = CHECK_BY::FILE;
|
|
check_by_target = L"Ages3ResT.dll";
|
|
};
|
|
bool attach_function();
|
|
}; |