Stupid circular dependency fixed.
This commit is contained in:
@@ -1,10 +1,8 @@
|
||||
#ifndef Component_h__
|
||||
#define Component_h__
|
||||
|
||||
#include <memory>
|
||||
|
||||
#include "Entity.h"
|
||||
#include "ComponentFactory.h"
|
||||
#include "Entity.h"
|
||||
|
||||
struct Component
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user