LunaHook-mirror/LunaHook/engine32/splushwave.h
恍兮惚兮 2293ba4c52 splushwave
Update splushwave.cpp
2024-04-17 20:17:27 +08:00

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();
};