]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blob - qcsrc/client/teamradar.qh
Remove includes from most headers
[xonotic/xonotic-data.pk3dir.git] / qcsrc / client / teamradar.qh
1 #ifndef TEAMRADAR_H
2 #define TEAMRADAR_H
3
4 const int MAX_TEAMRADAR_TIMES = 32;
5
6 // to make entities have dots on the team radar
7 .float teamradar_icon;
8 .float teamradar_times[MAX_TEAMRADAR_TIMES];
9 .int teamradar_time_index;
10 .vector teamradar_color;
11 #endif