]> de.git.xonotic.org Git - voretournament/voretournament.git/blob - data/qcsrc/client/radar.qh
Include gmqcc binaries for Windows and Linux
[voretournament/voretournament.git] / data / qcsrc / client / radar.qh
1 void radar_view();\r
2 \r
3 #define MAX_RADAR_TIMES 32\r
4 \r
5 // to make entities have dots on the team radar\r
6 .float radar_icon;\r
7 .float radar_times[MAX_RADAR_TIMES];\r
8 .float radar_time_index;\r
9 .vector radar_color;\r