From ce315cb3fefb229fa4997bca9dccdc3329148fa6 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Sun, 28 Jul 2024 09:21:23 +0200 Subject: entity: split into more headers --- entity/accessor.hpp | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) (limited to 'entity/accessor.hpp') diff --git a/entity/accessor.hpp b/entity/accessor.hpp index 9dd9c3b6..ccfb5b13 100644 --- a/entity/accessor.hpp +++ b/entity/accessor.hpp @@ -2,21 +2,11 @@ #include "util.hpp" #include "erased-constraints.hpp" #include "name-of.hpp" -#include +#include "field-status.hpp" #include -namespace floormat::erased_constraints { - -struct range; -struct max_length; -struct group; - -} // namespace floormat::erased_constraints - namespace floormat::entities { -enum class field_status : unsigned char { hidden, readonly, enabled, COUNT, }; - struct erased_accessor final { using reader_t = void; using writer_t = void; -- cgit v1.2.3