]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/client/shownames.qh
Merge branch 'master' into martin-t/globals
[xonotic/xonotic-data.pk3dir.git] / qcsrc / client / shownames.qh
index adbfa57120376e5091f3c957d05557b9873de870..a05ca701d03ab2abfc08495fffc6afb469d7f149 100644 (file)
@@ -1,5 +1,10 @@
-.float healthvalue;
-.float armorvalue;
-.float sameteam;
-.float fadedelay;
-.float pointtime;
+#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();