X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fclient%2Fteamradar.qh;h=0b1884ccf3a713d8c77488bd7d809dcf3d013cb3;hb=17bfb8ee18b833f2be23fc5420c0dc1666ad2b5e;hp=b882f39fbdafa7e14e4a5c5c4de18cb57a2f0c23;hpb=3ae1efa7401791e42e3171f4db2cc2d38adde088;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/client/teamradar.qh b/qcsrc/client/teamradar.qh index b882f39fb..0b1884ccf 100644 --- a/qcsrc/client/teamradar.qh +++ b/qcsrc/client/teamradar.qh @@ -1,5 +1,4 @@ -#ifndef CLIENT_TEAMRADAR_H -#define CLIENT_TEAMRADAR_H +#pragma once const int MAX_TEAMRADAR_TIMES = 32; @@ -35,8 +34,6 @@ vector teamradar_texcoord_to_2dcoord(vector in); vector teamradar_texcoord_to_3dcoord(vector in,float z); -vector yinvert(vector v); - void draw_teamradar_background(float fg); void draw_teamradar_player(vector coord3d, vector pangles, vector rgb); @@ -46,9 +43,3 @@ void draw_teamradar_icon(vector coord, entity icon, entity pingdata, vector rgb, void draw_teamradar_link(vector start, vector end, int colors); void teamradar_loadcvars(); - -// radar links - -void Ent_RadarLink(); - -#endif