summaryrefslogtreecommitdiffstats
path: root/deps/include/entt/meta/fwd.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'deps/include/entt/meta/fwd.hpp')
-rw-r--r--deps/include/entt/meta/fwd.hpp26
1 files changed, 26 insertions, 0 deletions
diff --git a/deps/include/entt/meta/fwd.hpp b/deps/include/entt/meta/fwd.hpp
new file mode 100644
index 0000000..83be362
--- /dev/null
+++ b/deps/include/entt/meta/fwd.hpp
@@ -0,0 +1,26 @@
+#ifndef ENTT_META_FWD_HPP
+#define ENTT_META_FWD_HPP
+
+namespace entt {
+
+class meta_sequence_container;
+
+class meta_associative_container;
+
+class meta_any;
+
+struct meta_handle;
+
+struct meta_prop;
+
+struct meta_custom;
+
+struct meta_data;
+
+struct meta_func;
+
+class meta_type;
+
+} // namespace entt
+
+#endif