]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/weapons/hitplot.qh
Purge autocvars.qh from the codebase, cvars are defined in the headers of the feature...
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / weapons / hitplot.qh
index e9686783569db5945679959b9a50cc88c1ac9269..90bdc561e1293ca734b4b8edf86ddae33248cc1e 100644 (file)
@@ -1,5 +1,8 @@
 #pragma once
 
+bool autocvar_g_hitplots;
+string autocvar_g_hitplots_individuals;
+
 .float hitplotfh;
 
 void W_HitPlotAnalysis(entity player, entity wep, vector screenforward, vector screenright, vector screenup);