]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/resources.qc
Merge branch 'master' into terencehill/glowmod_color_fix
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / resources.qc
index e36eb57508680f7d4b9fd8e980aaa3c9d59b9864..cc301130ef2cf3c7285093c90135639de36291e5 100644 (file)
@@ -5,8 +5,9 @@
 /// \author Lyberta
 /// \copyright GNU GPLv2 or any later version.
 
-#include "autocvars.qh"
-#include "miscfunctions.qh"
+#include <server/autocvars.qh>
+#include <server/mutators/_mod.qh>
+#include <server/world.qh>
 
 float GetResourceLimit(entity e, int res_type)
 {