1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 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