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

12 lines
256 B
C++

#include"engine.h"
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();
};