mirror of
https://github.com/HIllya51/LunaHook.git
synced 2024-11-24 06:15:35 +08:00
14 lines
351 B
C
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();
|
||
|
};
|