]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/mutators/mutators.qh
Remove includes from most headers
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / mutators / mutators.qh
index 4dcc9df2fab87443a85906eddfe402dac5ca7e52..3fa9f7432cd03e8712856897170fd6d168834574 100644 (file)
@@ -1,3 +1,6 @@
+#ifndef MUTATORS_H
+#define MUTATORS_H
+
 MUTATOR_DECLARATION(gamemode_assault);
 MUTATOR_DECLARATION(gamemode_ca);
 MUTATOR_DECLARATION(gamemode_keyhunt);
@@ -37,3 +40,4 @@ MUTATOR_DECLARATION(mutator_buffs);
 MUTATOR_DECLARATION(sandbox);
 MUTATOR_DECLARATION(mutator_overkill);
 
+#endif
\ No newline at end of file