comparison libmlk-rpg/mlk/rpg/battle-indicator.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 bc5483849614
comparison
equal deleted inserted replaced
461:d7874f11565f 462:5729efd23286
35 unsigned int elapsed; 35 unsigned int elapsed;
36 unsigned int alpha; 36 unsigned int alpha;
37 struct texture tex[2]; 37 struct texture tex[2];
38 }; 38 };
39 39
40 CORE_BEGIN_DECLS 40 MLK_CORE_BEGIN_DECLS
41 41
42 void 42 void
43 battle_indicator_start(struct battle_indicator *); 43 battle_indicator_start(struct battle_indicator *);
44 44
45 int 45 int
55 battle_indicator_draw(const struct battle_indicator *, int, int); 55 battle_indicator_draw(const struct battle_indicator *, int, int);
56 56
57 void 57 void
58 battle_indicator_finish(struct battle_indicator *); 58 battle_indicator_finish(struct battle_indicator *);
59 59
60 CORE_END_DECLS 60 MLK_CORE_END_DECLS
61 61
62 #endif /* !MLK_RPG_BATTLE_INDICATOR_H */ 62 #endif /* !MLK_RPG_BATTLE_INDICATOR_H */