X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fclient%2Fshownames.qh;h=1304c537059f232cc8f82e60018b1f2d469eff3c;hb=661c5365ee3261447a593813946fb8975a7097b0;hp=6e3f899ddc31cb0754465bacec20e7fac61c0eda;hpb=7b976c2b363a9f5b8d17373c7ef290aa0c498372;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/client/shownames.qh b/qcsrc/client/shownames.qh index 6e3f899dd..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; \ No newline at end of file +#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