aboutsummaryrefslogtreecommitdiff
path: root/animation.h
diff options
context:
space:
mode:
authorquou <quou@disroot.org>2024-09-30 19:01:53 +1000
committerquou <quou@disroot.org>2024-09-30 19:01:53 +1000
commit7664fdafb9a6d6f4aa3339fe38958b24b234218e (patch)
treea1b1879403eab088aee66c091e476d407fe35402 /animation.h
parent98322a86ec78f732a5a6750a1e93061269cc76a7 (diff)
player slashing
Diffstat (limited to 'animation.h')
-rw-r--r--animation.h2
1 files changed, 1 insertions, 1 deletions
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