X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fcommon%2Fweapons%2Fcalculations.qh;h=d91d22c67c2c0491c9da5bad2b5d2d09ad034aae;hb=77f03e6ce033bef39ac19e0e7cb6e606ffcb26db;hp=9a6dd1c547a78c2972d950d95fccf1c03c9aeeb4;hpb=71e6c75bc408ae5a116f296797c49c0cef7be113;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/common/weapons/calculations.qh b/qcsrc/common/weapons/calculations.qh index 9a6dd1c54..d91d22c67 100644 --- a/qcsrc/common/weapons/calculations.qh +++ b/qcsrc/common/weapons/calculations.qh @@ -1,2 +1,5 @@ +#ifndef CALCULATIONS_H +#define CALCULATIONS_H vector damage_explosion_calcpush(vector explosion_f, vector target_v, float speedfactor); vector W_CalculateSpread(vector forward, float spread, float spreadfactor, float spreadstyle); +#endif