comparison src/libmlk-rpg/rpg/battle-bar.h @ 431:8f59201dc76b

core: cleanup hierarchy
author David Demelier <markand@malikania.fr>
date Sat, 15 Oct 2022 20:23:14 +0200
parents 3f13dc6c0e37
children
comparison
equal deleted inserted replaced
430:1645433e008d 431:8f59201dc76b
17 */ 17 */
18 18
19 #ifndef MLK_RPG_BATTLE_BAR_H 19 #ifndef MLK_RPG_BATTLE_BAR_H
20 #define MLK_RPG_BATTLE_BAR_H 20 #define MLK_RPG_BATTLE_BAR_H
21 21
22 #include <core/core.h> 22 #include <mlk/core/core.h>
23 23
24 struct battle; 24 struct battle;
25 struct selection; 25 struct selection;
26 26
27 union event; 27 union event;