Stupid circular dependency fixed.

This commit is contained in:
2014-02-25 20:09:15 +01:00
parent 369ff782f1
commit 63337cf660
4 changed files with 17 additions and 8 deletions
+1 -3
View File
@@ -1,10 +1,8 @@
#ifndef Component_h__
#define Component_h__
#include <memory>
#include "Entity.h"
#include "ComponentFactory.h"
#include "Entity.h"
struct Component
{