]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/client/damage.qh
Merge branch 'master' into terencehill/menu_listbox_changes
[xonotic/xonotic-data.pk3dir.git] / qcsrc / client / damage.qh
index 23982f132c0ee33c2085af8ebe403b8c95698cb9..0de69a02d850a478906840ff353ed81902061059 100644 (file)
@@ -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