X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fclient%2Fshownames.qh;h=24f6568d26629396ff7322bfae3b97695f545d3d;hb=fc9bf4e6a0c2aa4e8e3fcce7f045d97be58c425d;hp=f196f8f83340c75dfcffa464534dd2e61f5ca385;hpb=e3507f4fdbc2b3e15b663365e57e0aa60f3cf1a6;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/client/shownames.qh b/qcsrc/client/shownames.qh index f196f8f83..24f6568d2 100644 --- a/qcsrc/client/shownames.qh +++ b/qcsrc/client/shownames.qh @@ -1,9 +1,10 @@ -#ifndef SHOWNAMES_H -#define SHOWNAMES_H +#pragma once -.float healthvalue; -.float armorvalue; -.float sameteam; -.float fadedelay; -.float pointtime; -#endif +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();