mirror of
https://github.com/HIllya51/LunaHook.git
synced 2025-01-12 12:59:31 +08:00
wolf
This commit is contained in:
parent
3cc416c29f
commit
05c65a095e
File diff suppressed because it is too large
Load Diff
@ -1,11 +1,13 @@
|
||||
|
||||
|
||||
class Wolf:public ENGINE{
|
||||
public:
|
||||
Wolf(){
|
||||
|
||||
check_by=CHECK_BY::FILE_ANY;
|
||||
check_by_target=check_by_list{L"data.wolf",L"data\\*.wolf",L"data\\basicdata\\cdatabase.dat"};
|
||||
class Wolf : public ENGINE
|
||||
{
|
||||
public:
|
||||
Wolf()
|
||||
{
|
||||
is_engine_certain = false;
|
||||
check_by = CHECK_BY::FILE_ANY;
|
||||
check_by_target = check_by_list{L"data.wolf", L"data\\*.wolf", L"data\\basicdata\\cdatabase.dat"};
|
||||
};
|
||||
bool attach_function();
|
||||
bool attach_function();
|
||||
};
|
Loading…
x
Reference in New Issue
Block a user