Refactored factory and component system.

This commit is contained in:
2014-03-07 01:08:54 +01:00
parent 18197bf21d
commit e65db077d5
30 changed files with 313 additions and 284 deletions
+3 -1
View File
@@ -1,7 +1,7 @@
#ifndef Component_h__
#define Component_h__
#include "ComponentFactory.h"
#include "Factory.h"
#include "Entity.h"
struct Component
@@ -9,4 +9,6 @@ struct Component
EntityID Entity;
};
//&static ComponentFactory componentFactory;
#endif // Component_h__