This commit is contained in:
Michele Caini
2019-11-22 00:06:28 +01:00
parent 7a14fbb221
commit 54bb4797db
2 changed files with 0 additions and 3 deletions

2
TODO
View File

@@ -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

View File

@@ -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"