comparison libmlk-rpg/mlk/rpg/battle-indicator.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
32 unsigned int amount; 32 unsigned int amount;
33 const struct theme *theme; 33 const struct theme *theme;
34 unsigned int cur; 34 unsigned int cur;
35 unsigned int elapsed; 35 unsigned int elapsed;
36 unsigned int alpha; 36 unsigned int alpha;
37 struct texture tex[2]; 37 struct mlk_texture tex[2];
38 }; 38 };
39 39
40 MLK_CORE_BEGIN_DECLS 40 MLK_CORE_BEGIN_DECLS
41 41
42 void 42 void