comparison examples/example-animation/example-animation.c @ 472:bc5483849614

core: texture -> mlk_texture
author David Demelier <markand@malikania.fr>
date Mon, 27 Feb 2023 11:24:38 +0100
parents 0d6206cee6b9
children ca30ff96bbe0
comparison
equal deleted inserted replaced
471:3761e33d429e 472:bc5483849614
44 .y = 10, 44 .y = 10,
45 .flags = LABEL_FLAGS_SHADOW 45 .flags = LABEL_FLAGS_SHADOW
46 }; 46 };
47 47
48 static struct mlk_state *states[1]; 48 static struct mlk_state *states[1];
49 static struct texture numbers; 49 static struct mlk_texture numbers;
50 static struct mlk_animation animation; 50 static struct mlk_animation animation;
51 static struct mlk_sprite sprite; 51 static struct mlk_sprite sprite;
52 static int completed = 1; 52 static int completed = 1;
53 53
54 static void 54 static void