This commit is contained in:
2022-09-06 00:08:26 +08:00
parent e17ffc3965
commit 91d57c13f0
232 changed files with 191628 additions and 250 deletions

View File

@@ -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();
};