diff libmlk-rpg/mlk/rpg/tileset-file.h @ 438:25a56ca53ac2

core: update mlk-alloc module
author David Demelier <markand@malikania.fr>
date Mon, 17 Oct 2022 14:22:07 +0200
parents 4e78f045e8c0
children 773a082f0b91
line wrap: on
line diff
--- a/libmlk-rpg/mlk/rpg/tileset-file.h	Sun Oct 16 13:21:40 2022 +0200
+++ b/libmlk-rpg/mlk/rpg/tileset-file.h	Mon Oct 17 14:22:07 2022 +0200
@@ -30,8 +30,8 @@
 struct tileset_tiledef;
 
 struct tileset_file {
-	struct alloc_pool tiledefs;
-	struct alloc_pool anims[2];
+	struct mlk_alloc_pool tiledefs;
+	struct mlk_alloc_pool anims[2];
 	struct texture image;
 	struct sprite sprite;
 };