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