]> code.bitgloo.com Git - clyne/entityx.git/commit
Add Non-Templated SystemManager::update() Method
authorDavid LeGare <excaliburhissheath@gmail.com>
Sat, 20 Dec 2014 03:52:47 +0000 (21:52 -0600)
committerDavid LeGare <excaliburhissheath@gmail.com>
Sat, 20 Dec 2014 03:52:47 +0000 (21:52 -0600)
commit38a9e1d2b4d297bd4e3302cccea56d97b84326a4
treec04b58a4e1076a0768a998712f92e82ca9dbcc38
parenta71d2eebe4ea615b3650d999f9c18110390455e1
Add Non-Templated SystemManager::update() Method

- Added a non-templated updateAll() method to the SystemManager that
updates all systems in the manager.
- Adds a test for updateAll().
entityx/System.cc
entityx/System.h
entityx/System_test.cc