X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=qcsrc%2Fclient%2Fshownames.qh;h=f196f8f83340c75dfcffa464534dd2e61f5ca385;hp=6e3f899ddc31cb0754465bacec20e7fac61c0eda;hb=77f03e6ce033bef39ac19e0e7cb6e606ffcb26db;hpb=49e47ad10d83c939eca33d2c5f542d01c7da2b3e diff --git a/qcsrc/client/shownames.qh b/qcsrc/client/shownames.qh index 6e3f899dd..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; \ No newline at end of file +.float pointtime; +#endif