summaryrefslogtreecommitdiff
path: root/cheat/tf2/sdk.h
blob: 4db8a8fbe141f502ff72579f4407db9c420bd206 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
#pragma once

#define CLIENT_DLL

#include <Windows.h>
#include <map>
#include <algorithm>

#include "vector.hpp"

#include "color.hpp"
#include "IClientMode.h"
#include "CHLClient.h"
#include "IEngineVGui.h"
#include "IClientEntityList.h"
#include "IEngineTrace.h"
#include "CGlobalVarsBase.h"
#include "ICvar.h"
#include "IVDebugOverlay.h"
#include "IVEngineClient.h"
#include "IPlayerInfoManager.h"
#include "CBasePlayer.h"
#include "IPanel.h"
#include "ISurface.h"
#include "GlowObject.h"
#include "IInputSystem.h"
#include "IVRenderView.h"
#include "CBaseWeapon.h"
#include "IVModelInfo.h"
#include "IGameMovement.h"
#include "IMaterialSystem.hpp"
#include "IGameEventManager.h"
#include "CInput.hpp"
#include "KeyValues.h"