]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/monsters/_mod.qh
Fix indentation of all the if if else I could find out and add explicit brackets...
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / monsters / _mod.qh
index 39d594e4c5c99c40e70dc7d70eb3243dbaf9cfce..7f726d64096402e5183868fcb6fa20a8c61fd122 100644 (file)
@@ -1,6 +1,13 @@
 // generated file; do not modify
 #include <common/monsters/all.qh>
-#include <common/monsters/spawn.qh>
 #ifdef SVQC
     #include <common/monsters/sv_monsters.qh>
 #endif
+#ifdef SVQC
+    #include <common/monsters/sv_spawn.qh>
+#endif
+#ifdef SVQC
+    #include <common/monsters/sv_spawner.qh>
+#endif
+
+#include <common/monsters/monster/_mod.qh>