]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/weapons/calculations.qh
Merge branch 'master' into TimePath/global_self
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / weapons / calculations.qh
index 9a6dd1c547a78c2972d950d95fccf1c03c9aeeb4..d91d22c67c2c0491c9da5bad2b5d2d09ad034aae 100644 (file)
@@ -1,2 +1,5 @@
+#ifndef CALCULATIONS_H
+#define CALCULATIONS_H
 vector damage_explosion_calcpush(vector explosion_f, vector target_v, float speedfactor);
 vector W_CalculateSpread(vector forward, float spread, float spreadfactor, float spreadstyle);
+#endif