summaryrefslogtreecommitdiff
path: root/tf2/CGlobalVarsBase.h
blob: 9b0d79ffb3ba2aee4ee9ebf363177496c6e67cc1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#pragma once

class CGlobalVarsBase {
public:
	float realtime;
	int framecount;
	float absoluteframetime;
	float curtime;
	float frametime;
	int maxclients;
	int tickcount;
	float interval_per_tick;
	float interpolation_amount;
};