diff libmlk-rpg/mlk/rpg/battle-state-closing.h @ 472:bc5483849614

core: texture -> mlk_texture
author David Demelier <markand@malikania.fr>
date Mon, 27 Feb 2023 11:24:38 +0100
parents 773a082f0b91
children
line wrap: on
line diff
--- a/libmlk-rpg/mlk/rpg/battle-state-closing.h	Mon Feb 27 11:18:52 2023 +0100
+++ b/libmlk-rpg/mlk/rpg/battle-state-closing.h	Mon Feb 27 11:24:38 2023 +0100
@@ -24,7 +24,7 @@
 struct battle;
 
 struct battle_state_closing {
-	struct texture texture;
+	struct mlk_texture texture;
 	unsigned int alpha;
 	unsigned int elapsed;
 };