X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fcommon%2Fanim.qh;h=84d59720d467c199bc2593aee5ce540ec4ad0903;hb=cac7a0ffc2bb7212fdd92f5c9782b09b65279fe1;hp=acf6735f37924df3ed97fb5602150d56ffa51831;hpb=c234fba6538b7d5141b49da94ebeeedce97e52c6;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/common/anim.qh b/qcsrc/common/anim.qh index acf6735f3..84d59720d 100644 --- a/qcsrc/common/anim.qh +++ b/qcsrc/common/anim.qh @@ -1,5 +1,4 @@ -#ifndef ANIM_H -#define ANIM_H +#pragma once // begin engine fields @@ -46,5 +45,3 @@ void anim_set(entity e, vector anim, bool looping, bool override, bool restart); #define setanim(...) anim_set(__VA_ARGS__) void anim_update(entity e); #define updateanim(...) anim_update(__VA_ARGS__) - -#endif