]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/client/shownames.qh
Merge branch 'martin-t/version' into 'master'
[xonotic/xonotic-data.pk3dir.git] / qcsrc / client / shownames.qh
index 6e3f899ddc31cb0754465bacec20e7fac61c0eda..a05ca701d03ab2abfc08495fffc6afb469d7f149 100644 (file)
@@ -1,5 +1,10 @@
-.float healthvalue;
-.float armorvalue;
-.float sameteam;
-.float fadedelay;
-.float pointtime;
\ No newline at end of file
+#pragma once
+
+entityclass(ShowNames);
+classfield(ShowNames) .float healthvalue;
+classfield(ShowNames) .float armorvalue;
+classfield(ShowNames) .float sameteam;
+classfield(ShowNames) .float fadedelay;
+classfield(ShowNames) .float pointtime;
+
+void Draw_ShowNames_All();