LunaHook-mirror/LunaHook/engine32/MBLMED.h

11 lines
216 B
C
Raw Normal View History

2024-02-07 20:59:24 +08:00
#include"engine.h"
class MBLMED:public ENGINE{
public:
MBLMED(){
check_by=CHECK_BY::FILE_ANY;
check_by_target=check_by_list{L"*.mbl",L"*.med"};
};
bool attach_function();
};