|
|
@@ -45,10 +45,10 @@ template<typename>
|
|
|
class basic_continuous_loader;
|
|
|
|
|
|
/*! @brief Alias declaration for the most common use case. */
|
|
|
-ENTT_OPAQUE_TYPE(entity, ENTT_ID_TYPE)
|
|
|
+ENTT_OPAQUE_TYPE(entity, ENTT_ID_TYPE);
|
|
|
|
|
|
/*! @brief Alias declaration for the most common use case. */
|
|
|
-ENTT_OPAQUE_TYPE(component, ENTT_ID_TYPE)
|
|
|
+ENTT_OPAQUE_TYPE(component, ENTT_ID_TYPE);
|
|
|
|
|
|
/*! @brief Alias declaration for the most common use case. */
|
|
|
using registry = basic_registry<entity>;
|