浏览代码

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

Michele Caini 7 年之前
父节点
当前提交
cc3d0d8211
共有 1 个文件被更改,包括 0 次插入7 次删除
  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>;