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

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