X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fclient%2Fshownames.qh;h=24f6568d26629396ff7322bfae3b97695f545d3d;hb=b6b68fad0ba8fb6901de0fcb14774b709696d8bc;hp=6e3f899ddc31cb0754465bacec20e7fac61c0eda;hpb=49e47ad10d83c939eca33d2c5f542d01c7da2b3e;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/client/shownames.qh b/qcsrc/client/shownames.qh index 6e3f899dd..24f6568d2 100644 --- a/qcsrc/client/shownames.qh +++ b/qcsrc/client/shownames.qh @@ -1,5 +1,10 @@ -.float healthvalue; -.float armorvalue; -.float sameteam; -.float fadedelay; -.float pointtime; \ No newline at end of file +#pragma once + +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();