summaryrefslogtreecommitdiff
path: root/cheat/tf2/prediction.h
blob: e71ac240e8ff1f296f0ba248bef2b2d4600c66d4 (plain)
1
2
3
4
5
6
7
8
9
10
#pragma once
class user_cmd_t;
class c_base_player;
namespace features
{
	class c_prediction {
	public:
		void run_prediction( user_cmd_t* cmd );
	};
}