LunaHook-mirror/LunaHook/engine32/NeXAS.h

16 lines
471 B
C
Raw Normal View History

2024-05-06 23:30:27 +08:00
2024-02-07 20:59:24 +08:00
class NeXAS:public ENGINE{
public:
NeXAS(){
check_by=CHECK_BY::FILE_ALL;
check_by_target=check_by_list{L"*.pac",L"Thumbnail.pac"};
// jichi 6/3/2014: AMUSE CRAFT and SOFTPAL
// Selectively insert, so that lstrlenA can still get correct text if failed
//if (Util::CheckFile(L"dll\\resource.dll") && Util::CheckFile(L"dll\\pal.dll") && InsertAmuseCraftHook())
// return true;
};
bool attach_function();
};