LunaHook-mirror/LunaHook/engine32/System4x.h

12 lines
238 B
C
Raw Normal View History

2024-05-06 23:30:27 +08:00
2024-02-07 20:59:24 +08:00
class System4x:public ENGINE{
public:
System4x(){
check_by=CHECK_BY::FILE;
// jichi 12/26/2013: Add this after alicehook
check_by_target=L"AliceStart.ini";
};
bool attach_function();
};