summaryrefslogtreecommitdiffhomepage
path: root/editor/inspect.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'editor/inspect.hpp')
-rw-r--r--editor/inspect.hpp9
1 files changed, 9 insertions, 0 deletions
diff --git a/editor/inspect.hpp b/editor/inspect.hpp
new file mode 100644
index 00000000..feca67d1
--- /dev/null
+++ b/editor/inspect.hpp
@@ -0,0 +1,9 @@
+#pragma once
+//#include "entity/accessor.hpp"
+namespace floormat::entities { struct erased_accessor; }
+
+namespace floormat {
+
+template<typename T> void inspect_field(const void* datum, const entities::erased_accessor& accessor);
+
+} // namespace floormat