LunaHook-mirror/LunaHook/engine32/LCScript.h
2024-02-07 20:59:24 +08:00

16 lines
475 B
C++

#include"engine.h"
#define LCSE_0 "[0]" // pseudo separator
#define LCSE_0W L"[0]" // pseudo separator
class LCScript:public ENGINE{
public:
LCScript(){
check_by=CHECK_BY::CUSTOM;
// jichi 3/19/2014: LC-ScriptEngine, GetGlyphOutlineA
check_by_target=[](){
return (wcsstr(processName, L"lcsebody") || !wcsncmp(processName, L"lcsebo~", 7) || Util::CheckFile(L"lcsebody*"));
};
};
bool attach_function();
};