mirror of
https://github.com/HIllya51/LunaHook.git
synced 2024-11-23 13:55:36 +08:00
13 lines
169 B
C++
13 lines
169 B
C++
|
|
|
|
class AIL2 : public ENGINE
|
|
{
|
|
public:
|
|
AIL2()
|
|
{
|
|
|
|
check_by = CHECK_BY::FILE;
|
|
check_by_target = L"Gall*.dat";
|
|
};
|
|
bool attach_function();
|
|
}; |