comparison src/libmlk-rpg/rpg/battle.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_H 19 #ifndef MLK_RPG_BATTLE_H
20 #define MLK_RPG_BATTLE_H 20 #define MLK_RPG_BATTLE_H
21 21
22 #include <core/action.h> 22 #include <mlk/core/action.h>
23 #include <core/action-stack.h> 23 #include <mlk/core/action-stack.h>
24 #include <core/core.h> 24 #include <mlk/core/core.h>
25 #include <core/drawable.h> 25 #include <mlk/core/drawable.h>
26 #include <core/drawable-stack.h> 26 #include <mlk/core/drawable-stack.h>
27 27
28 #include <ui/frame.h> 28 #include <ui/frame.h>
29 #include <ui/gridmenu.h> 29 #include <ui/gridmenu.h>
30 30
31 #include "battle-entity.h" 31 #include "battle-entity.h"