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, 0 insertions, 26 deletions
diff --git a/deps/include/entt/meta/fwd.hpp b/deps/include/entt/meta/fwd.hpp
deleted file mode 100644
index 83be362..0000000
--- a/deps/include/entt/meta/fwd.hpp
+++ /dev/null
@@ -1,26 +0,0 @@
-#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