]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/client/damage.qh
Fix whitespace for #include
[xonotic/xonotic-data.pk3dir.git] / qcsrc / client / damage.qh
index 23982f132c0ee33c2085af8ebe403b8c95698cb9..7c5c74130e41d8e7cf3dd27ade14b5748eef38bc 100644 (file)
@@ -1 +1,5 @@
-.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
+#endif