X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fclient%2Fshownames.qh;h=1304c537059f232cc8f82e60018b1f2d469eff3c;hb=661c5365ee3261447a593813946fb8975a7097b0;hp=adbfa57120376e5091f3c957d05557b9873de870;hpb=99e4fa0264127dfcf4675d5f645061b51af815e4;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/client/shownames.qh b/qcsrc/client/shownames.qh index adbfa5712..1304c5370 100644 --- a/qcsrc/client/shownames.qh +++ b/qcsrc/client/shownames.qh @@ -1,5 +1,13 @@ -.float healthvalue; -.float armorvalue; -.float sameteam; -.float fadedelay; -.float pointtime; +#ifndef CLIENT_SHOWNAMES_H +#define CLIENT_SHOWNAMES_H + +entityclass(ShowNames); +class(ShowNames) .float healthvalue; +class(ShowNames) .float armorvalue; +class(ShowNames) .float sameteam; +class(ShowNames) .float fadedelay; +class(ShowNames) .float pointtime; + +void Draw_ShowNames_All(); + +#endif