X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=Source%2FAnimation.h;h=0720426efa38724a0144b81346d34560b383c881;hb=42bdd021a9276a99a9ae09722d02e36bd3da8e77;hp=b8e821b721dff7e41daff1f2996d09b5c718e799;hpb=0c1b3a5082fbac63dfbaa725bddf3336c07b00c2;p=lugaru.git diff --git a/Source/Animation.h b/Source/Animation.h index b8e821b..0720426 100644 --- a/Source/Animation.h +++ b/Source/Animation.h @@ -32,11 +32,13 @@ enum anim_height_type { enum animation_types { -#define DECLARE_ANIM(id, file, height, attack) id, +#define DECLARE_ANIM(id, ...) id, #include "Animation.def" #undef DECLARE_ANIM animation_count }; extern Animation animation[animation_count]; + +extern void loadAllAnimations(); #endif