]> icculus.org git repositories - divverent/nexuiz.git/blob - data/qcsrc/client/teamradar.qh
new waypointsprite system, onslaught not yet supported
[divverent/nexuiz.git] / data / qcsrc / client / teamradar.qh
1 void teamradar_view();
2
3 // to make entities have dots on the team radar
4 .float teamradar_icon;
5 .float teamradar_time;
6 .vector teamradar_color;