X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fserver%2Fweapons%2Fhitplot.qh;h=e9686783569db5945679959b9a50cc88c1ac9269;hb=a37048a6daf3238416bb08f870cad260b6dd92b8;hp=9bc8ff30394233183872630df7f5ba5176996a6e;hpb=0a92453278b65a165e83e64a989b5e7de38ccf02;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/server/weapons/hitplot.qh b/qcsrc/server/weapons/hitplot.qh index 9bc8ff303..e96867835 100644 --- a/qcsrc/server/weapons/hitplot.qh +++ b/qcsrc/server/weapons/hitplot.qh @@ -1,5 +1,7 @@ +#pragma once + .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);