X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fserver%2Fweapons%2Fhitplot.qh;h=3b111f1c5433d382e38a0116b49309b65ab79347;hb=71ce27cd515d7e8157535466ef357f83253b64f0;hp=9bc8ff30394233183872630df7f5ba5176996a6e;hpb=591137cbf2cbf263945e89a1421887b0a3d82a3a;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/server/weapons/hitplot.qh b/qcsrc/server/weapons/hitplot.qh index 9bc8ff303..3b111f1c5 100644 --- a/qcsrc/server/weapons/hitplot.qh +++ b/qcsrc/server/weapons/hitplot.qh @@ -1,5 +1,9 @@ +#ifndef HITPLOT_H +#define HITPLOT_H + .float hitplotfh; void W_HitPlotAnalysis(entity player, vector screenforward, vector screenright, vector screenup); void W_HitPlotOpen(entity player); void W_HitPlotClose(entity player); +#endif