X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fserver%2Fweapons%2Fhitplot.qh;h=90bdc561e1293ca734b4b8edf86ddae33248cc1e;hb=2f553b6be14a316d31fe5c35df47c300ce6a1561;hp=9bc8ff30394233183872630df7f5ba5176996a6e;hpb=b0a06888ff894f9d334f6277b996f98ae8a665a0;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/server/weapons/hitplot.qh b/qcsrc/server/weapons/hitplot.qh index 9bc8ff303..90bdc561e 100644 --- a/qcsrc/server/weapons/hitplot.qh +++ b/qcsrc/server/weapons/hitplot.qh @@ -1,5 +1,10 @@ +#pragma once + +bool autocvar_g_hitplots; +string autocvar_g_hitplots_individuals; + .float hitplotfh; -void W_HitPlotAnalysis(entity player, vector screenforward, vector screenright, vector screenup); +void W_HitPlotAnalysis(entity player, entity wep, vector screenforward, vector screenright, vector screenup); void W_HitPlotOpen(entity player); void W_HitPlotClose(entity player);