]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/mutators/base.qh
Remove includes from most headers
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / mutators / base.qh
index d7102cb81a62bc5f7080fac41c283b89a1ceebbb..0b3868a28e55acb9969c33ba7f556a8acd1b20c3 100644 (file)
@@ -1,3 +1,5 @@
+#ifndef MUTATORS_BASE_H
+#define MUTATORS_BASE_H
 const float CBC_ORDER_EXCLUSIVE = 3;
 const float CBC_ORDER_FIRST = 1;
 const float CBC_ORDER_LAST = 2;
@@ -375,3 +377,4 @@ MUTATOR_HOOKABLE(AccuracyTargetValid);
        const float MUT_ACCADD_VALID = 0; // return this flag to make the function continue if target is a client
        const float MUT_ACCADD_INVALID = 1; // return this flag to make the function always continue
        const float MUT_ACCADD_INDIFFERENT = 2; // return this flag to make the function always return
+#endif
\ No newline at end of file