summaryrefslogtreecommitdiffhomepage
path: root/src/tile-image.hpp
diff options
context:
space:
mode:
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 77424c62..3227dc6b 100644
--- a/src/tile-image.hpp
+++ b/src/tile-image.hpp
@@ -1,12 +1,11 @@
#pragma once
-#include <cstdint>
#include <memory>
namespace floormat {
struct tile_atlas;
-using variant_t = std::uint8_t;
+using variant_t = uint8_t;
struct tile_image_proto final
{