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

14 lines
351 B
C++

#include"engine.h"
class SideB:public ENGINE{
public:
SideB(){
check_by=CHECK_BY::RESOURCE_STR;
check_by_target=L"side-B";
// // 8/2/2014 jichi: Copyright is side-B, a conf.dat will be generated after the game is launched
// It also contains lua5.1.dll and lua5.dll
};
bool attach_function();
};