]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/gamemodes/gamemode/keepaway/_mod.qh
Move most gametype's modicons functions into their directories
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / gamemodes / gamemode / keepaway / _mod.qh
index 32872a2a6bfa9047ecae580813b5a644ac5a7ad8..8536675f3f188a3dafbbe464002a35fb48c334fa 100644 (file)
@@ -1,2 +1,7 @@
 // generated file; do not modify
-#include <common/gamemodes/gamemode/keepaway/keepaway.qh>
+#ifdef CSQC
+    #include <common/gamemodes/gamemode/keepaway/cl_keepaway.qh>
+#endif
+#ifdef SVQC
+    #include <common/gamemodes/gamemode/keepaway/sv_keepaway.qh>
+#endif