From 7664fdafb9a6d6f4aa3339fe38958b24b234218e Mon Sep 17 00:00:00 2001 From: quou Date: Mon, 30 Sep 2024 19:01:53 +1000 Subject: player slashing --- animation.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'animation.h') diff --git a/animation.h b/animation.h index 983fed8..e894396 100644 --- a/animation.h +++ b/animation.h @@ -7,6 +7,6 @@ typedef struct Animation { int fc, s; } Animation; -void update_anim(const Animation* a, int* f, struct Rect* r); +int update_anim(const Animation* a, int* f, struct Rect* r); #endif -- cgit v1.2.3-54-g00ecf