X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fclient%2Fshownames.qh;h=f196f8f83340c75dfcffa464534dd2e61f5ca385;hb=37903827937b44f174275a75d2dab5301b8ab53e;hp=d30f1acce3801f0d4b948465fcb518286ac317a7;hpb=a54b6ee38c09904521b2d19c88dad656bf180d24;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/client/shownames.qh b/qcsrc/client/shownames.qh index d30f1acce..f196f8f83 100644 --- a/qcsrc/client/shownames.qh +++ b/qcsrc/client/shownames.qh @@ -1,5 +1,9 @@ +#ifndef SHOWNAMES_H +#define SHOWNAMES_H + .float healthvalue; .float armorvalue; .float sameteam; .float fadedelay; - +.float pointtime; +#endif