]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blob - 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
1 #pragma once
2
3 bool autocvar_g_hitplots;
4 string autocvar_g_hitplots_individuals;
5
6 .float hitplotfh;
7
8 void W_HitPlotAnalysis(entity player, entity wep, vector screenforward, vector screenright, vector screenup);
9 void W_HitPlotOpen(entity player);
10 void W_HitPlotClose(entity player);