comparison libmlk-rpg/mlk/rpg/battle.h @ 472:bc5483849614

core: texture -> mlk_texture
author David Demelier <markand@malikania.fr>
date Mon, 27 Feb 2023 11:24:38 +0100
parents 5729efd23286
children 2af25db99273
comparison
equal deleted inserted replaced
471:3761e33d429e 472:bc5483849614
75 struct battle_entity **enemies; 75 struct battle_entity **enemies;
76 size_t enemiesz; 76 size_t enemiesz;
77 struct battle_entity **order; 77 struct battle_entity **order;
78 struct battle_entity **ordercur; 78 struct battle_entity **ordercur;
79 size_t ordersz; 79 size_t ordersz;
80 struct texture *background; 80 struct mlk_texture *background;
81 struct mlk_music *music[3]; 81 struct mlk_music *music[3];
82 struct theme *theme; 82 struct theme *theme;
83 struct mlk_drawable_stack *effects; 83 struct mlk_drawable_stack *effects;
84 struct mlk_action_stack *actions; 84 struct mlk_action_stack *actions;
85 struct inventory *inventory; 85 struct inventory *inventory;