X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fclient%2Fshownames.qh;h=63fd92e041da6e2505d0d015e2cac576904f2f86;hb=ae2c1407ec9a05e4f501a6604a7cce8e1030df9f;hp=4074f7a7006cd941abf144f98de5e2c3a0fd9046;hpb=ef5d72bcd06c2c1380e63fe900aafbca20153d02;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/client/shownames.qh b/qcsrc/client/shownames.qh index 4074f7a70..63fd92e04 100644 --- a/qcsrc/client/shownames.qh +++ b/qcsrc/client/shownames.qh @@ -1,9 +1,13 @@ #ifndef SHOWNAMES_H #define SHOWNAMES_H -.float healthvalue; -.float armorvalue; -.float sameteam; -.float fadedelay; -.float pointtime; -#endif \ No newline at end of file +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