fwd.hpp 279 B

123456789101112131415161718192021222324
  1. #ifndef ENTT_META_FWD_HPP
  2. #define ENTT_META_FWD_HPP
  3. namespace entt {
  4. class meta_sequence_container;
  5. class meta_associative_container;
  6. class meta_any;
  7. struct meta_handle;
  8. struct meta_prop;
  9. struct meta_data;
  10. struct meta_func;
  11. class meta_type;
  12. } // namespace entt
  13. #endif