]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/mutators/mutator_dodging.qh
Merge branch 'master' into terencehill/bot_fixes
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / mutators / mutator_dodging.qh
index 9840325d97ce8a0ee71ac932242de069a0e3cabf..a8fd6656337f42e8bd5f339344dd1075aabd7b32 100644 (file)
@@ -1,3 +1,6 @@
+#ifndef MUTATOR_DODGING_H
+#define MUTATOR_DODGING_H
+
 float g_dodging;
 
 // set to 1 to indicate dodging has started.. reset by physics hook after dodge has been done..
@@ -5,3 +8,4 @@ float g_dodging;
 
 // the jump part of the dodge cannot be ramped
 .float dodging_single_action;
+#endif