]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/weapons/throwing.qh
Phase out miscfunctions.qc from the server codebase, preferring more fitting location...
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / weapons / throwing.qh
index 20732753e4fe66f11c1fdd802df01eda300fc658..22adc649b2e2504300d1d8bf3f388fb7e9c0a521 100644 (file)
@@ -1,7 +1,7 @@
 #pragma once
 
-#include <server/defs.qh>
-#include <server/miscfunctions.qh>
+#include <common/weapons/_all.qh>
+#include <common/stats.qh>
 
 .float savenextthink;
 void thrown_wep_think(entity this);