mirror of
https://github.com/HIllya51/LunaHook.git
synced 2024-11-26 23:34:01 +08:00
cancel change
This commit is contained in:
parent
4d382d5a1c
commit
9f093281d8
@ -25,7 +25,6 @@ class ENGINE{
|
||||
ALL_TRUE,
|
||||
FILE, FILE_ALL,FILE_ANY,
|
||||
RESOURCE_STR,
|
||||
RESOURCE_STR_A,
|
||||
CUSTOM,
|
||||
};
|
||||
CHECK_BY check_by;
|
||||
@ -35,8 +34,7 @@ class ENGINE{
|
||||
typedef std::function<bool()> check_by_custom_function;
|
||||
typedef std::vector<const wchar_t*> check_by_list;
|
||||
typedef const wchar_t* check_by_single;
|
||||
typedef const char* check_by_single_A;
|
||||
std::variant<check_by_single_A,check_by_single,check_by_list,check_by_custom_function>check_by_target;
|
||||
std::variant<check_by_single,check_by_list,check_by_custom_function>check_by_target;
|
||||
//virtual bool check_by_target(){return false;};
|
||||
virtual bool attach_function()=0;
|
||||
virtual const char* getenginename(){
|
||||
|
Loading…
Reference in New Issue
Block a user