]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/client/damage.qh
Merge branch 'master' into terencehill/tooltips_cleanup
[xonotic/xonotic-data.pk3dir.git] / qcsrc / client / damage.qh
index 23982f132c0ee33c2085af8ebe403b8c95698cb9..3f11b9a49e71232f2920d6fa1f5685dd39e9aeb5 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 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