]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blob - qcsrc/client/damage.qh
Merge branch 'terencehill/menu_remove_tab_title' into 'master'
[xonotic/xonotic-data.pk3dir.git] / qcsrc / client / damage.qh
1 #ifndef DAMAGE_H
2 #define DAMAGE_H
3
4 .float total_damages; // number of effects which currently are attached to a player
5
6 void Ent_DamageInfo(float isNew);
7
8 #endif