]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/client/shownames.qh
Define client entity classes
[xonotic/xonotic-data.pk3dir.git] / qcsrc / client / shownames.qh
index adbfa57120376e5091f3c957d05557b9873de870..4d4478ca15b9f33ea1ad8ff16b40815fb5dd3d49 100644 (file)
@@ -1,5 +1,10 @@
-.float healthvalue;
-.float armorvalue;
-.float sameteam;
-.float fadedelay;
-.float pointtime;
+#ifndef SHOWNAMES_H
+#define SHOWNAMES_H
+
+entityclass(ShowNames)
+class(ShowNames) .float healthvalue;
+class(ShowNames) .float armorvalue;
+class(ShowNames) .float sameteam;
+class(ShowNames) .float fadedelay;
+class(ShowNames) .float pointtime;
+#endif