]> 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 6e3f899ddc31cb0754465bacec20e7fac61c0eda..63fd92e041da6e2505d0d015e2cac576904f2f86 100644 (file)
@@ -1,5 +1,13 @@
-.float healthvalue;
-.float armorvalue;
-.float sameteam;
-.float fadedelay;
-.float pointtime;
\ No newline at end of file
+#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