summaryrefslogtreecommitdiffhomepage
path: root/entity/accessor.hpp
diff options
context:
space:
mode:
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;