]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/gamemodes/gamemode/keyhunt/_mod.inc
Make genmod.sh output compile again
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / gamemodes / gamemode / keyhunt / _mod.inc
index 3861dea00600a149bc60f2e9dc8ec7161505a563..52b5f0df8f38f9a6b25dd485e2d1ccbe3b3e39b3 100644 (file)
@@ -1,2 +1,8 @@
 // generated file; do not modify
 #include <common/gamemodes/gamemode/keyhunt/keyhunt.qc>
+#ifdef CSQC
+    #include <common/gamemodes/gamemode/keyhunt/cl_keyhunt.qc>
+#endif
+#ifdef SVQC
+    #include <common/gamemodes/gamemode/keyhunt/sv_keyhunt.qc>
+#endif