mirror of
https://github.com/HIllya51/LunaHook.git
synced 2024-11-27 07:44:02 +08:00
13 lines
183 B
C++
13 lines
183 B
C++
|
|
|
|
class Ages3ResT : public ENGINE
|
|
{
|
|
public:
|
|
Ages3ResT()
|
|
{
|
|
|
|
check_by = CHECK_BY::FILE;
|
|
check_by_target = L"Ages3ResT.dll";
|
|
};
|
|
bool attach_function();
|
|
}; |