From 7e79dbfedfc019b269139b5308e4811938b75278 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Fri, 18 Nov 2022 11:34:03 +0100 Subject: compat: remove integer-types header Other headers incldue and anyway. --- src/tile-defs.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/tile-defs.hpp') diff --git a/src/tile-defs.hpp b/src/tile-defs.hpp index af0b0194..f40e81ff 100644 --- a/src/tile-defs.hpp +++ b/src/tile-defs.hpp @@ -1,10 +1,10 @@ #pragma once -#include "compat/integer-types.hpp" +#include #include namespace floormat { -constexpr inline std::uint8_t TILE_MAX_DIM = 16; +constexpr inline unsigned char TILE_MAX_DIM = 16; constexpr inline std::size_t TILE_COUNT = TILE_MAX_DIM*TILE_MAX_DIM; constexpr inline auto TILE_MAX_DIM20d = Magnum::Math::Vector3 { TILE_MAX_DIM, TILE_MAX_DIM, 0 }; -- cgit v1.2.3