]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blob - qcsrc/server/weapons/hitplot.qh
Merge branch 'master' into Mario/vaporizer_damage
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / weapons / hitplot.qh
1 #ifndef HITPLOT_H
2 #define HITPLOT_H
3
4 .float hitplotfh;
5
6 void W_HitPlotAnalysis(entity player, vector screenforward, vector screenright, vector screenup);
7 void W_HitPlotOpen(entity player);
8 void W_HitPlotClose(entity player);
9 #endif