]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blob - qcsrc/server/weapons/hitplot.qh
89f7f50504d580c04f354fd971d61d56fddb7824
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / weapons / hitplot.qh
1 #pragma once
2
3 .float hitplotfh;
4
5 void W_HitPlotAnalysis(entity player, .entity weaponentity, vector screenforward, vector screenright, vector screenup);
6 void W_HitPlotOpen(entity player);
7 void W_HitPlotClose(entity player);