summaryrefslogtreecommitdiffhomepage
path: root/entity/accessor.hpp
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2024-07-28 09:21:23 +0200
committerStanislaw Halik <sthalik@misaki.pl>2024-07-28 19:55:54 +0200
commitce315cb3fefb229fa4997bca9dccdc3329148fa6 (patch)
tree9a27ce30e553fbed857de168062350db6c0629b3 /entity/accessor.hpp
parent891617bfb876c9c2f56e07a1946466bd255b8273 (diff)
entity: split into more headers
Diffstat (limited to 'entity/accessor.hpp')
-rw-r--r--entity/accessor.hpp12
1 files changed, 1 insertions, 11 deletions
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 <type_traits>
+#include "field-status.hpp"
#include <Corrade/Containers/StringView.h>
-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;