|
@@ -16,14 +16,11 @@
|
|
|
#include "../core/type_traits.hpp"
|
|
#include "../core/type_traits.hpp"
|
|
|
#include "../core/utility.hpp"
|
|
#include "../core/utility.hpp"
|
|
|
#include "context.hpp"
|
|
#include "context.hpp"
|
|
|
|
|
+#include "fwd.hpp"
|
|
|
#include "type_traits.hpp"
|
|
#include "type_traits.hpp"
|
|
|
|
|
|
|
|
namespace entt {
|
|
namespace entt {
|
|
|
|
|
|
|
|
-class meta_any;
|
|
|
|
|
-class meta_type;
|
|
|
|
|
-class meta_handle;
|
|
|
|
|
-
|
|
|
|
|
/*! @cond TURN_OFF_DOXYGEN */
|
|
/*! @cond TURN_OFF_DOXYGEN */
|
|
|
namespace internal {
|
|
namespace internal {
|
|
|
|
|
|