X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fcommon%2Fanim.qh;h=84d59720d467c199bc2593aee5ce540ec4ad0903;hb=768c6757ba5495053ebc2dd75f6c728e07a4af70;hp=acf6735f37924df3ed97fb5602150d56ffa51831;hpb=2bb4c42f723576432bb2c80e0afe0a09ec7350f3;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