Some debug stuff

This commit is contained in:
ineed bots
2023-09-05 01:19:27 -06:00
parent 5e51712a02
commit 601a661fe0
10 changed files with 165 additions and 1 deletions

View File

@ -61,6 +61,7 @@
#pragma comment(lib, "Winmm.lib")
#include "utils/hexrays_defs.h"
#include "utils/io.hpp"
#undef GetObject
@ -68,5 +69,6 @@
#include "game/enums.hpp"
#include "game/structs.hpp"
#include "game/symbols.hpp"
std::string get_full_gsc_state_str(game::scriptInstance_t inst);
using namespace std::literals;