]> code.bitgloo.com Git - clyne/entityx.git/commit
Add `Dependency<C, D1, D2...>` System for automatic component
authorAlec Thomas <alec@swapoff.org>
Fri, 4 Oct 2013 14:41:04 +0000 (10:41 -0400)
committerAlec Thomas <alec@swapoff.org>
Fri, 4 Oct 2013 14:41:04 +0000 (10:41 -0400)
commit58e21af84d7f82f0153c946275ceb607097e3c5c
tree4b88ac8bd6f698a182d486183b614fca78364c51
parente326702c491c673d7fd5e44c325ce7647d338480
Add `Dependency<C, D1, D2...>` System for automatic component
dependencies.
CMakeLists.txt
Doxyfile
entityx/deps/Dependencies.cc [new file with mode: 0644]
entityx/deps/Dependencies.h [new file with mode: 0644]
entityx/deps/Dependencies_test.cc [new file with mode: 0644]