summaryrefslogtreecommitdiff
path: root/tf2/base_cheat.h
blob: 832386c311b62b8ffac3bbbebbd97b3bb75874cd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#pragma once
#include "aim.h"
#include "movement.h"
#include "prediction.h"
#include "visuals.hpp"
#include "chams.h"
#include "identity.h"
#include "extra.h"
namespace tf2 {
	class c_base_cheat {
	public:
		features::c_legitbot aim;
		features::c_movement movement;
		features::c_prediction prediction;
		features::c_visuals visuals;
		features::c_chams chams;
		features::c_identity identity;
		features::c_extra extra;
	};
}

static tf2::c_base_cheat g_cheat;