X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fclient%2Fdamage.qh;h=0de69a02d850a478906840ff353ed81902061059;hb=6f37a8f8076a572097afb13de2c367a72717c927;hp=23982f132c0ee33c2085af8ebe403b8c95698cb9;hpb=5c261e6c8b328196282545db4b6d1b85df2a12d5;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/client/damage.qh b/qcsrc/client/damage.qh index 23982f132..0de69a02d 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 DAMAGE_H +#define DAMAGE_H + +.float total_damages; // number of effects which currently are attached to a player + +void Ent_DamageInfo(float isNew); + +#endif