diff options
Diffstat (limited to 'src/tile-image.hpp')
-rw-r--r-- | src/tile-image.hpp | 3 |
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_ { |