diff libmlk-rpg/mlk/rpg/battle-entity-state-blinking.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-entity-state-blinking.h	Mon Feb 27 11:18:52 2023 +0100
+++ b/libmlk-rpg/mlk/rpg/battle-entity-state-blinking.h	Mon Feb 27 11:24:38 2023 +0100
@@ -20,10 +20,10 @@
 #define MLK_RPG_BATTLE_ENTITY_STATE_BLINKING_H
 
 struct battle_entity;
-struct texture;
+struct mlk_texture;
 
 struct battle_entity_state_blinking {
-	struct texture *tex;
+	struct mlk_texture *tex;
 	unsigned int elapsed;
 	unsigned int count;
 };