#ifndef ENTT_CORE_FWD_HPP #define ENTT_CORE_FWD_HPP #include #include #include "../config/config.h" namespace entt { template)> class basic_any; /*! @brief Alias declaration for type identifiers. */ using id_type = ENTT_ID_TYPE; /*! @brief Alias declaration for the most common use case. */ using any = basic_any<>; } // namespace entt #endif