]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/tests.qh
Remove the g_ prefix from some server code files and rename sv_main to main
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / tests.qh
index be6445b48e4c696ca82ffef01dd7207807229754..7124b1895f5c8082cd3992ef00ca0b34de214a26 100644 (file)
@@ -1,11 +1,13 @@
 #pragma once
 
+#include "miscfunctions.qh"
 #include "autocvars.qh"
-#include "cl_client.qh"
-#include "command/all.qh"
+#include "client.qh"
+#include "command/_mod.qh"
 #include "weapons/common.qh"
 #include "weapons/selection.qh"
 #include <common/items/item.qh>
+#include <common/mapobjects/defs.qh>
 #include <common/physics/player.qh>
-#include <common/weapons/all.qh>
+#include <common/weapons/_all.qh>
 #include <common/vehicles/all.qh>