mirror of
https://github.com/quizhizhe/LiteLoaderBDS-1.16.40.git
synced 2025-06-08 20:48:11 +00:00
25 lines
279 B
C++
25 lines
279 B
C++
#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_data;
|
|
|
|
struct meta_func;
|
|
|
|
class meta_type;
|
|
|
|
} // namespace entt
|
|
|
|
#endif
|