]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/gamemodes/gamemode/cts/_mod.inc
Add a mutator hook to indicate whether the physics HUD panel should be shown when...
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / gamemodes / gamemode / cts / _mod.inc
index ab0d8a477450a1cb35957aeeea9c29903d64e81d..f60b8de4cfc4c7da886439a61d481ef4649cd1ea 100644 (file)
@@ -1,2 +1,8 @@
 // generated file; do not modify
 #include <common/gamemodes/gamemode/cts/cts.qc>
+#ifdef CSQC
+    #include <common/gamemodes/gamemode/cts/cl_cts.qc>
+#endif
+#ifdef SVQC
+    #include <common/gamemodes/gamemode/cts/sv_cts.qc>
+#endif