]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/debug.qh
Compilation unit passes locally, what more can I do
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / debug.qh
index ab4e6f2e950fffc5e5ce489d27e26acf004f61c1..41c5d3017eada07992e8ba6ae102827da85525d4 100644 (file)
@@ -1,5 +1,9 @@
 #pragma once
 
+#ifdef CSQC
+#include <client/resources.qh>
+#endif
+
 
 // This includes some functions useful for debugging.
 // Some more bot-specific ones are in server/pathlib/debug.qc.