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