Added a few types

This commit is contained in:
ineed bots
2023-08-28 20:26:49 -06:00
parent cf83dc255c
commit d7e9ba5439
7 changed files with 24668 additions and 45 deletions

View File

@ -56,8 +56,11 @@
#pragma comment(lib, "Crypt32.lib")
#include "utils/hexrays_defs.h"
#include "game/enums.hpp"
#include "game/structs.hpp"
#include "game/game.hpp"
#include "game/symbols.hpp"
#define printf(__fmt__, ...) \
game::Com_Printf(game::CON_CHANNEL_SERVER, __fmt__, __VA_ARGS__)