统一native_sdk

This commit is contained in:
Huoji's
2023-10-02 17:31:02 +08:00
parent 7d24c5a405
commit dc75327dec
46 changed files with 573 additions and 629 deletions

View File

@@ -3,35 +3,3 @@
// 这还将影响 IntelliSense 性能,包括代码完成和许多代码浏览功能。
// 但是,如果此处列出的文件中的任何一个在生成之间有更新,它们全部都将被重新编译。
// 请勿在此处添加要频繁更新的文件,这将使得性能优势无效。
#include <string>
#include <array>
#include <Windows.h>
#include <Psapi.h>
#include <thread>
#include <unordered_map>
#include <map>
#include <shared_mutex>
#include <sstream>
#include "framework.h"
#include "stb.hh"
#include "memory.h"
extern void DebugPrintA(const char* format, ...);
// #define LOG DebugPrintA
#define LOG(...) printf(__VA_ARGS__)
#define THE_GAME_SIG(sig) \
stb::simple_conversion::build<stb::fixed_string{sig}>::value
#include "vmt.h"
#include "./MinHook/include/MinHook.h"
#include "sdk/sdk.h"
#include "interface.h"
#include "module.h"
#include "hash_fnv1a_constexpr.h"
#include "global.h"
#include "offset.h"
#include "events.h"
#include "hooks.h"
#include "vmthook.h"