diff libmlk-rpg/mlk/rpg/battle.h @ 449:f2f0e73ea9da

core: drawable -> mlk_drawable
author David Demelier <markand@malikania.fr>
date Sat, 18 Feb 2023 13:16:40 +0100
parents 773a082f0b91
children b26dd49f69ff
line wrap: on
line diff
--- a/libmlk-rpg/mlk/rpg/battle.h	Sat Feb 18 13:06:04 2023 +0100
+++ b/libmlk-rpg/mlk/rpg/battle.h	Sat Feb 18 13:16:40 2023 +0100
@@ -80,7 +80,7 @@
 	struct texture *background;
 	struct music *music[3];
 	struct theme *theme;
-	struct drawable_stack *effects;
+	struct mlk_drawable_stack *effects;
 	struct mlk_action_stack *actions;
 	struct inventory *inventory;
 	struct battle_bar *bar;