comparison src/libmlk-rpg/rpg/battle.h @ 369:1e06f871dc63

core: split action and action_stack
author David Demelier <markand@malikania.fr>
date Sun, 24 Oct 2021 17:33:12 +0200
parents 15bdac29ba4b
children 460c78706989
comparison
equal deleted inserted replaced
368:15bdac29ba4b 369:1e06f871dc63
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 <core/action.h>
23 #include <core/action-stack.h>
23 #include <core/core.h> 24 #include <core/core.h>
24 #include <core/drawable.h> 25 #include <core/drawable.h>
25 #include <core/drawable-stack.h> 26 #include <core/drawable-stack.h>
26 27
27 #include <ui/frame.h> 28 #include <ui/frame.h>