X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fcommon%2Feffects%2Feffect.qh;h=7802f0a91be3f3ad464e41b69ad62d1a2b09c0da;hb=a2c814deeb0ca978455f96c11992c75a4d87d707;hp=e58d42ca7b4ba55f9ed82af6b623bd1d21a6b883;hpb=edf01df130d0d1877461561178b8833a9ab6051c;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/common/effects/effect.qh b/qcsrc/common/effects/effect.qh index e58d42ca7..7802f0a91 100644 --- a/qcsrc/common/effects/effect.qh +++ b/qcsrc/common/effects/effect.qh @@ -1,5 +1,4 @@ -#ifndef EFFECT_H -#define EFFECT_H +#pragma once #define particleeffectnum(e) \ _particleeffectnum(e.eent_eff_name) @@ -32,5 +31,3 @@ entity Create_Effect_Entity(string eff_name, bool eff_trail) this.eent_eff_trail = eff_trail; return this; } - -#endif