]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/client/shownames.qh
Add a few checks
[xonotic/xonotic-data.pk3dir.git] / qcsrc / client / shownames.qh
index adbfa57120376e5091f3c957d05557b9873de870..1304c537059f232cc8f82e60018b1f2d469eff3c 100644 (file)
@@ -1,5 +1,13 @@
-.float healthvalue;
-.float armorvalue;
-.float sameteam;
-.float fadedelay;
-.float pointtime;
+#ifndef CLIENT_SHOWNAMES_H
+#define CLIENT_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