Prechádzať zdrojové kódy

no more references to the prototype class (close #307)

Michele Caini 6 rokov pred
rodič
commit
cc3d0d8211
1 zmenil súbory, kde vykonal 0 pridanie a 7 odobranie
  1. 0 7
      src/entt/entity/fwd.hpp

+ 0 - 7
src/entt/entity/fwd.hpp

@@ -33,10 +33,6 @@ class basic_observer;
 template <typename>
 template <typename>
 struct basic_actor;
 struct basic_actor;
 
 
-/*! @class basic_prototype */
-template<typename>
-class basic_prototype;
-
 /*! @class basic_snapshot */
 /*! @class basic_snapshot */
 template<typename>
 template<typename>
 class basic_snapshot;
 class basic_snapshot;
@@ -64,9 +60,6 @@ using observer = basic_observer<entity>;
 /*! @brief Alias declaration for the most common use case. */
 /*! @brief Alias declaration for the most common use case. */
 using actor = basic_actor<entity>;
 using actor = basic_actor<entity>;
 
 
-/*! @brief Alias declaration for the most common use case. */
-using prototype = basic_prototype<entity>;
-
 /*! @brief Alias declaration for the most common use case. */
 /*! @brief Alias declaration for the most common use case. */
 using snapshot = basic_snapshot<entity>;
 using snapshot = basic_snapshot<entity>;