]> 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 f196f8f83340c75dfcffa464534dd2e61f5ca385..a05ca701d03ab2abfc08495fffc6afb469d7f149 100644 (file)
@@ -1,9 +1,10 @@
-#ifndef SHOWNAMES_H
-#define SHOWNAMES_H
+#pragma once
 
-.float healthvalue;
-.float armorvalue;
-.float sameteam;
-.float fadedelay;
-.float pointtime;
-#endif
+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();