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

core: cleanup hierarchy
author David Demelier <markand@malikania.fr>
date Sat, 15 Oct 2022 20:23:14 +0200
parents 14ce7c4871e3
children
comparison
equal deleted inserted replaced
430:1645433e008d 431:8f59201dc76b
17 */ 17 */
18 18
19 #include <assert.h> 19 #include <assert.h>
20 #include <stdlib.h> 20 #include <stdlib.h>
21 21
22 #include <core/alloc.h> 22 #include <mlk/core/alloc.h>
23 #include <core/drawable.h> 23 #include <mlk/core/drawable.h>
24 24
25 #include "battle-state-rendering.h" 25 #include "battle-state-rendering.h"
26 #include "battle.h" 26 #include "battle.h"
27 27
28 struct self { 28 struct self {