this is how the decomp will be done

This commit is contained in:
ineed bots
2023-08-30 20:55:18 -06:00
parent 47cf9600af
commit 0184ba0dcb
13 changed files with 1026 additions and 39 deletions

View File

@ -9,6 +9,7 @@
#pragma warning(disable: 4324)
#pragma warning(disable: 4459)
#pragma warning(once: 26493)
#define DLL_EXPORT extern "C" __declspec(dllexport)
#define WIN32_LEAN_AND_MEAN
@ -58,6 +59,8 @@
#include "utils/hexrays_defs.h"
#undef GetObject
#include "game/game.hpp"
#include "game/enums.hpp"
#include "game/structs.hpp"