#ifndef ENTT_PROCESS_FWD_HPP #define ENTT_PROCESS_FWD_HPP #include #include namespace entt { template class process; template> class basic_scheduler; /*! @brief Alias declaration for the most common use case. */ using scheduler = basic_scheduler<>; } // namespace entt #endif