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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/yage/entity/space.h b/yage/entity/space.h
index ed867534..0763b189 100644
--- a/yage/entity/space.h
+++ b/yage/entity/space.h
@@ -1,4 +1,5 @@
/** ---------------------------------------------------------------------------
+ * -*- c++ -*-
* @file: space.h
*
* Copyright (c) 2017 Yann Herklotz Grave <ymherklotz@gmail.com>
@@ -8,14 +9,13 @@
#pragma once
-#include <vector>
#include <memory>
+#include <vector>
#include "entity.h"
#include "system.h"
struct Movement {
-
};
namespace yage