X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fclient%2Fdamage.qh;h=3f11b9a49e71232f2920d6fa1f5685dd39e9aeb5;hb=b683bf23a495d3b1b3f6df3bda75bfe0f069ab05;hp=23982f132c0ee33c2085af8ebe403b8c95698cb9;hpb=2c5bebce47736537b1a2311fb52db41a481f27f1;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/client/damage.qh b/qcsrc/client/damage.qh index 23982f132..3f11b9a49 100644 --- a/qcsrc/client/damage.qh +++ b/qcsrc/client/damage.qh @@ -1 +1,8 @@ -.float total_damages; // number of effects which currently are attached to a player \ No newline at end of file +#ifndef CLIENT_DAMAGE_H +#define CLIENT_DAMAGE_H + +.float total_damages; // number of effects which currently are attached to a player + +void Ent_DamageInfo(float isNew); + +#endif