Files
cgss-http-hook/src/stdinclude.hpp
T
2026-06-20 08:12:06 +08:00

17 lines
293 B
C++

#pragma once
#include <windows.h>
#include <cstring>
#include <fstream>
#include <string>
#include <MinHook.h>
#include <rapidjson/document.h>
#include <rapidjson/istreamwrapper.h>
#include "il2cpp_symbols.hpp"
void hook_log(const char* message);
void hook_logf(const char* format, ...);