summaryrefslogtreecommitdiff
path: root/Week1-Pacman/src/animation.h
diff options
context:
space:
mode:
Diffstat (limited to 'Week1-Pacman/src/animation.h')
-rw-r--r--Week1-Pacman/src/animation.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Week1-Pacman/src/animation.h b/Week1-Pacman/src/animation.h
index e6c717a..390e3f5 100644
--- a/Week1-Pacman/src/animation.h
+++ b/Week1-Pacman/src/animation.h
@@ -34,5 +34,6 @@ void free_animation(struct animation* animation);
void draw_animation(struct demo* demo,
const struct animation* animation,
const SDL_Rect* d_rect);
+void reset_animation(struct animation* animation);
#endif // ANIMATION_H_