]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/effects/qc/globalsound.qh
Merge branch 'master' into Juhu/strafehud
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / effects / qc / globalsound.qh
index 5460d72ac07d90671728f64e9a46e8d696fc4aec..cec501c5589f0c2fd41c9cdae784cb5a11e16edc 100644 (file)
@@ -1,5 +1,9 @@
 #pragma once
 
+#if defined(SVQC)
+       #include <server/chat.qh>
+#endif
+
 #ifdef SVQC
        /** Use new sound handling. TODO: use when sounds play correctly on clients */
        bool autocvar_g_debug_globalsounds = false;