From 6f7d1bb16ff266f4126a46c6acb132dd9f80cd86 Mon Sep 17 00:00:00 2001 From: BoredGuy Date: Mon, 30 Dec 2024 18:46:31 +0300 Subject: Smoother Movement Tis all --- Week1-Pacman/src/animation.h | 1 + 1 file changed, 1 insertion(+) (limited to 'Week1-Pacman/src/animation.h') 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_ -- cgit v1.2.3