Michele Caini 6 年之前
父節點
當前提交
54bb4797db
共有 2 個文件被更改,包括 0 次插入3 次删除
  1. 0 2
      TODO
  2. 0 1
      src/entt/entity/registry.hpp

+ 0 - 2
TODO

@@ -39,5 +39,3 @@
 * observer: user defined filters (eg .replace<T, &function> or .group<T, U, &func>)
 * any-of rule for views/groups (eg entity has A and any of B/C/D)
 * sparse set: there exists an alternative to paginated sparse arrays?
-* meta
-  - update doc

+ 0 - 1
src/entt/entity/registry.hpp

@@ -14,7 +14,6 @@
 #include "../core/family.hpp"
 #include "../core/algorithm.hpp"
 #include "../core/type_traits.hpp"
-#include "../signal/delegate.hpp"
 #include "../signal/sigh.hpp"
 #include "runtime_view.hpp"
 #include "sparse_set.hpp"