]> git.rm.cloudns.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Compilation unit passes locally, what more can I do
authorMario <mario@smbclan.net>
Tue, 19 Jun 2018 03:01:21 +0000 (13:01 +1000)
committerMario <mario@smbclan.net>
Tue, 19 Jun 2018 03:01:21 +0000 (13:01 +1000)
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.