aboutsummaryrefslogtreecommitdiffstats
path: root/yage/entity/space.h
diff options
context:
space:
mode:
Diffstat (limited to 'yage/entity/space.h')
-rw-r--r--yage/entity/space.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/yage/entity/space.h b/yage/entity/space.h
index dff2d2ce..ed867534 100644
--- a/yage/entity/space.h
+++ b/yage/entity/space.h
@@ -11,9 +11,13 @@
#include <vector>
#include <memory>
-#include "entitymanager.h"
+#include "entity.h"
#include "system.h"
+struct Movement {
+
+};
+
namespace yage
{