summaryrefslogtreecommitdiffhomepage
path: root/src/tile-image.hpp
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2023-12-23 14:42:15 +0100
committerStanislaw Halik <sthalik@misaki.pl>2023-12-26 04:39:12 +0100
commit3370445a2e22ee00687ecef2e9dc88f47bb2b4c6 (patch)
treea99ec32a02fc91d729205fc26d7183b6b4214b28 /src/tile-image.hpp
parentc141a9efcfaecadffe771bd0c37bea0e46a3f9aa (diff)
a
Diffstat (limited to 'src/tile-image.hpp')
-rw-r--r--src/tile-image.hpp3
1 files changed, 1 insertions, 2 deletions
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 <memory>
namespace floormat {
@@ -6,8 +7,6 @@ namespace floormat {
class tile_atlas;
class wall_atlas;
-using variant_t = uint8_t;
-
template<typename Atlas>
struct image_proto_
{