From 3370445a2e22ee00687ecef2e9dc88f47bb2b4c6 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Sat, 23 Dec 2023 14:42:15 +0100 Subject: a --- src/tile-image.hpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/tile-image.hpp') diff --git a/src/tile-image.hpp b/src/tile-image.hpp index 50cf0a33..facf9945 100644 --- a/src/tile-image.hpp +++ b/src/tile-image.hpp @@ -1,4 +1,5 @@ #pragma once +#include "tile-defs.hpp" #include namespace floormat { @@ -6,8 +7,6 @@ namespace floormat { class tile_atlas; class wall_atlas; -using variant_t = uint8_t; - template struct image_proto_ { -- cgit v1.2.3