diff libmlk-core/core/animation.c @ 253:c4da052c0def

core: goodbye doxygen
author David Demelier <markand@malikania.fr>
date Thu, 03 Dec 2020 09:06:52 +0100
parents 71b3b7036de7
children 196264679079
line wrap: on
line diff
--- a/libmlk-core/core/animation.c	Tue Dec 01 21:53:23 2020 +0100
+++ b/libmlk-core/core/animation.c	Thu Dec 03 09:06:52 2020 +0100
@@ -36,7 +36,7 @@
 }
 
 void
-animation_init(struct animation *an, struct sprite *sprite, unsigned int delay)
+animation_init(struct animation *an, const struct sprite *sprite, unsigned int delay)
 {
 	assert(an);
 	assert(sprite);