Input system complete (untested)

This commit is contained in:
2014-03-07 02:53:52 +01:00
parent b1f0bc7cce
commit 95a36794e3
6 changed files with 53 additions and 13 deletions
+1 -1
View File
@@ -64,8 +64,8 @@ public:
void AddSystem(System* system);
// Recursively update through the scene graph
void Update(double dt);
// Recursively update through the scene graph
void RecursiveUpdate(std::shared_ptr<System> system, double dt, EntityID parentEntity);
private: