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. --- entity/entity.hpp | 2 +- entity/types.hpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'entity') diff --git a/entity/entity.hpp b/entity/entity.hpp index 1dedebf0..4eca858e 100644 --- a/entity/entity.hpp +++ b/entity/entity.hpp @@ -1,8 +1,8 @@ #pragma once #include "name-of.hpp" -#include "compat/integer-types.hpp" #include "accessor.hpp" #include "util.hpp" +#include #include #include #include diff --git a/entity/types.hpp b/entity/types.hpp index 88391725..055f6de0 100644 --- a/entity/types.hpp +++ b/entity/types.hpp @@ -9,7 +9,7 @@ using StringView = BasicStringView; namespace floormat::entities { -enum class erased_field_type : std::uint32_t { +enum class erased_field_type : unsigned { none, string, u8, u16, u32, u64, s8, s16, s32, s64, -- cgit v1.2.3