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

core: core -> mlk_core
author David Demelier <markand@malikania.fr>
date Mon, 27 Feb 2023 09:52:55 +0100
parents b26dd49f69ff
children
comparison
equal deleted inserted replaced
461:d7874f11565f 462:5729efd23286
34 void (*update)(struct battle_bar *, struct battle *, unsigned int); 34 void (*update)(struct battle_bar *, struct battle *, unsigned int);
35 void (*draw)(const struct battle_bar *, const struct battle *); 35 void (*draw)(const struct battle_bar *, const struct battle *);
36 void (*finish)(struct battle_bar *, struct battle *); 36 void (*finish)(struct battle_bar *, struct battle *);
37 }; 37 };
38 38
39 CORE_BEGIN_DECLS 39 MLK_CORE_BEGIN_DECLS
40 40
41 void 41 void
42 battle_bar_start(struct battle_bar *, struct battle *); 42 battle_bar_start(struct battle_bar *, struct battle *);
43 43
44 void 44 void
54 battle_bar_draw(const struct battle_bar *, const struct battle *); 54 battle_bar_draw(const struct battle_bar *, const struct battle *);
55 55
56 void 56 void
57 battle_bar_finish(struct battle_bar *, struct battle *); 57 battle_bar_finish(struct battle_bar *, struct battle *);
58 58
59 CORE_END_DECLS 59 MLK_CORE_END_DECLS
60 60
61 #endif /* !MLK_RPG_BATTLE_BAR_H */ 61 #endif /* !MLK_RPG_BATTLE_BAR_H */