]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/weapons/throwing.qh
Purge autocvars.qh from the codebase, cvars are defined in the headers of the feature...
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / weapons / throwing.qh
index 20732753e4fe66f11c1fdd802df01eda300fc658..b3c7df645e26c247e6332b23987b7b09ae683fd4 100644 (file)
@@ -1,7 +1,9 @@
 #pragma once
 
-#include <server/defs.qh>
-#include <server/miscfunctions.qh>
+#include <common/weapons/_all.qh>
+#include <common/stats.qh>
+
+bool autocvar_g_weapon_throwable;
 
 .float savenextthink;
 void thrown_wep_think(entity this);