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