SystemFactory for dynamic creation and fetching of systems in a world.

This commit is contained in:
2014-03-09 03:37:39 +01:00
parent f767cdbc9c
commit c952953787
15 changed files with 218 additions and 100 deletions
+1 -1
View File
@@ -9,6 +9,6 @@ struct Component
EntityID Entity;
};
//&static ComponentFactory componentFactory;
class ComponentFactory : public Factory<Component*> { };
#endif // Component_h__