comparison libmlk-rpg/mlk/rpg/walksprite.h @ 462:5729efd23286

core: core -> mlk_core
author David Demelier <markand@malikania.fr>
date Mon, 27 Feb 2023 09:52:55 +0100
parents 773a082f0b91
children 91ce23a36143
comparison
equal deleted inserted replaced
461:d7874f11565f 462:5729efd23286
58 unsigned int delay; 58 unsigned int delay;
59 unsigned int index; 59 unsigned int index;
60 unsigned int elapsed; 60 unsigned int elapsed;
61 }; 61 };
62 62
63 CORE_BEGIN_DECLS 63 MLK_CORE_BEGIN_DECLS
64 64
65 void 65 void
66 walksprite_init(struct walksprite *, struct sprite *, unsigned int); 66 walksprite_init(struct walksprite *, struct sprite *, unsigned int);
67 67
68 void 68 void
72 walksprite_update(struct walksprite *, unsigned int); 72 walksprite_update(struct walksprite *, unsigned int);
73 73
74 void 74 void
75 walksprite_draw(const struct walksprite *, unsigned int, int, int); 75 walksprite_draw(const struct walksprite *, unsigned int, int, int);
76 76
77 CORE_END_DECLS 77 MLK_CORE_END_DECLS
78 78
79 #endif /* !MLK_RPG_WALKSPRITE_H */ 79 #endif /* !MLK_RPG_WALKSPRITE_H */