comparison src/libmlk-rpg/rpg/battle-message.c @ 431:8f59201dc76b

core: cleanup hierarchy
author David Demelier <markand@malikania.fr>
date Sat, 15 Oct 2022 20:23:14 +0200
parents 460c78706989
children 862b15c3a3ae
comparison
equal deleted inserted replaced
430:1645433e008d 431:8f59201dc76b
16 * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 16 * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
17 */ 17 */
18 18
19 #include <assert.h> 19 #include <assert.h>
20 20
21 #include <core/window.h> 21 #include <mlk/core/window.h>
22 22
23 #include <ui/align.h> 23 #include <ui/align.h>
24 #include <ui/frame.h> 24 #include <ui/frame.h>
25 #include <ui/label.h> 25 #include <ui/label.h>
26 26