LunaHook-mirror/LunaHook/engine32/NeXAS.h
恍兮惚兮 6a43cd5b86 pch
2024-05-06 23:31:54 +08:00

16 lines
471 B
C++

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();
};