X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fserver%2Fweapons%2Fhitplot.qh;h=8aa15a61b4f37222725bc539f51d4e7682545766;hb=37285e48e88d79a225a35524369a7a1cd796b5a4;hp=9bc8ff30394233183872630df7f5ba5176996a6e;hpb=0ee74987765518ffed584a790f90607c3f3f8e71;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/server/weapons/hitplot.qh b/qcsrc/server/weapons/hitplot.qh index 9bc8ff303..8aa15a61b 100644 --- a/qcsrc/server/weapons/hitplot.qh +++ b/qcsrc/server/weapons/hitplot.qh @@ -1,3 +1,5 @@ +#pragma once + .float hitplotfh; void W_HitPlotAnalysis(entity player, vector screenforward, vector screenright, vector screenup);