]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/client/shownames.qh
Merge branch 'master' into sev/luma_hud_vehicles
[xonotic/xonotic-data.pk3dir.git] / qcsrc / client / shownames.qh
index d30f1acce3801f0d4b948465fcb518286ac317a7..63fd92e041da6e2505d0d015e2cac576904f2f86 100644 (file)
@@ -1,5 +1,13 @@
-.float healthvalue;
-.float armorvalue;
-.float sameteam;
-.float fadedelay;
+#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;
+
+void Draw_ShowNames_All();
+
+#endif