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