mirror of
https://github.com/HIllya51/LunaHook.git
synced 2024-11-23 13:55:36 +08:00
14 lines
165 B
C++
14 lines
165 B
C++
|
|
|
|
class pchooks : public ENGINE
|
|
{
|
|
public:
|
|
pchooks()
|
|
{
|
|
|
|
check_by = CHECK_BY::ALL_TRUE;
|
|
dontstop = true;
|
|
};
|
|
bool attach_function();
|
|
};
|