]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/mutators/mutator/damagetext/_mod.qh
split damagetext into cl_, sv_ and ui_ files
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / mutators / mutator / damagetext / _mod.qh
index 2775109a208a9571e56fb4c16f16c03f4ef51580..e712e37c91df59d90a906b0c14cd785ed2c211c8 100644 (file)
@@ -1,2 +1,11 @@
 // generated file; do not modify
 #include <common/mutators/mutator/damagetext/damagetext.qh>
+#ifdef CSQC
+    #include <common/mutators/mutator/damagetext/cl_damagetext.qh>
+#endif
+#ifdef SVQC
+    #include <common/mutators/mutator/damagetext/sv_damagetext.qh>
+#endif
+#ifdef MENUQC
+    #include <common/mutators/mutator/damagetext/ui_damagetext.qh>
+#endif