mirror of
https://github.com/HIllya51/LunaHook.git
synced 2025-01-12 04:49:37 +08:00
Update NNNConfig.h
This commit is contained in:
parent
c7ab182e97
commit
636988b927
@ -1,12 +1,30 @@
|
||||
|
||||
|
||||
class NNNConfig:public ENGINE{
|
||||
public:
|
||||
NNNConfig(){
|
||||
|
||||
check_by=CHECK_BY::FILE;
|
||||
check_by_target=L"nnnConfig2.exe";
|
||||
is_engine_certain=false;
|
||||
class NNNConfig : public ENGINE
|
||||
{
|
||||
public:
|
||||
NNNConfig()
|
||||
{
|
||||
|
||||
check_by = CHECK_BY::FILE;
|
||||
check_by_target = L"nnnConfig2.exe";
|
||||
is_engine_certain = false;
|
||||
};
|
||||
bool attach_function();
|
||||
};
|
||||
|
||||
class gazelle : public NNNConfig
|
||||
{
|
||||
public:
|
||||
gazelle()
|
||||
{
|
||||
// https://vndb.org/v6180
|
||||
// 海の女神 空の女神
|
||||
check_by = CHECK_BY::CUSTOM;
|
||||
check_by_target = []()
|
||||
{
|
||||
return Util::CheckFile(L"nnndir/*.txt");
|
||||
};
|
||||
is_engine_certain = false;
|
||||
};
|
||||
bool attach_function();
|
||||
};
|
Loading…
x
Reference in New Issue
Block a user