]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/gamemodes/gamemode/cts/_mod.qh
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.qh
index a20b5c375b5716525db19d836d9f8a39abfb1bee..5e9ba6326d09a90d1ef9e6f7535920a541d258f4 100644 (file)
@@ -1,2 +1,8 @@
 // generated file; do not modify
 #include <common/gamemodes/gamemode/cts/cts.qh>
+#ifdef CSQC
+    #include <common/gamemodes/gamemode/cts/cl_cts.qh>
+#endif
+#ifdef SVQC
+    #include <common/gamemodes/gamemode/cts/sv_cts.qh>
+#endif