1211
This commit is contained in:
@@ -2,6 +2,9 @@
|
||||
#include "MinHook.h"
|
||||
#pragma comment(lib, "libMinHook.x86.lib")
|
||||
|
||||
extern std::vector< DrawCodestruct>DrawCodeT1_STL;
|
||||
extern std::vector< DrawCodestruct>DrawCodeT2_STL;
|
||||
|
||||
class hook
|
||||
{
|
||||
private:
|
||||
@@ -18,8 +21,5 @@ public:
|
||||
//总HOOK
|
||||
static int RegisterHook();
|
||||
|
||||
|
||||
//插件执行Nut
|
||||
static int InitGameScript();
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user