From: FruitieX Date: Wed, 13 Apr 2011 15:43:00 +0000 (+0300) Subject: woops, forgot some header files X-Git-Tag: xonotic-v0.5.0~276 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=9878d59112e3e990b577bbe1093edce13e43dfe0;p=xonotic%2Fxonotic-data.pk3dir.git woops, forgot some header files --- diff --git a/qcsrc/client/shownames.qh b/qcsrc/client/shownames.qh new file mode 100644 index 0000000000..a17f31d424 --- /dev/null +++ b/qcsrc/client/shownames.qh @@ -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 index 0000000000..83359906bc --- /dev/null +++ b/qcsrc/client/teamplay.qh @@ -0,0 +1,2 @@ +float teamplay; +float myteam;