mirror of
https://github.com/HIllya51/LunaHook.git
synced 2024-11-28 00:04:03 +08:00
2293ba4c52
Update splushwave.cpp
12 lines
244 B
C++
12 lines
244 B
C++
#include"engine.h"
|
|
|
|
class splushwave:public ENGINE{
|
|
public:
|
|
splushwave(){
|
|
|
|
check_by=CHECK_BY::RESOURCE_STR;
|
|
check_by_target=L"splush wave";
|
|
is_engine_certain=false;
|
|
};
|
|
bool attach_function();
|
|
}; |