]> git.rm.cloudns.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
woops, forgot some header files
authorFruitieX <fruitiex@gmail.com>
Wed, 13 Apr 2011 15:43:00 +0000 (18:43 +0300)
committerFruitieX <fruitiex@gmail.com>
Wed, 13 Apr 2011 15:43:00 +0000 (18:43 +0300)
qcsrc/client/shownames.qh [new file with mode: 0644]
qcsrc/client/teamplay.qh [new file with mode: 0644]

diff --git a/qcsrc/client/shownames.qh b/qcsrc/client/shownames.qh
new file mode 100644 (file)
index 0000000..a17f31d
--- /dev/null
@@ -0,0 +1,5 @@
+.float healthvalue;
+.float armorvalue;
+.float sameteam;
+.float the_entnum;
+
diff --git a/qcsrc/client/teamplay.qh b/qcsrc/client/teamplay.qh
new file mode 100644 (file)
index 0000000..8335990
--- /dev/null
@@ -0,0 +1,2 @@
+float teamplay;
+float myteam;