mirror of
https://github.com/HIllya51/LunaTranslator.git
synced 2025-01-01 10:04:12 +08:00
13 lines
175 B
C++
13 lines
175 B
C++
|
|
|
|
class AB2Try : public ENGINE
|
|
{
|
|
public:
|
|
AB2Try()
|
|
{
|
|
|
|
check_by = CHECK_BY::FILE;
|
|
check_by_target = L"Yanesdk.dll";
|
|
};
|
|
bool attach_function();
|
|
}; |