aboutsummaryrefslogtreecommitdiffstats
path: root/yage/engine/space.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'yage/engine/space.cpp')
-rw-r--r--yage/engine/space.cpp21
1 files changed, 0 insertions, 21 deletions
diff --git a/yage/engine/space.cpp b/yage/engine/space.cpp
deleted file mode 100644
index f3e343b5..00000000
--- a/yage/engine/space.cpp
+++ /dev/null
@@ -1,21 +0,0 @@
-/** ---------------------------------------------------------------------------
- * @file: space.cpp
- *
- * Copyright (c) 2017 Yann Herklotz Grave <ymherklotz@gmail.com>
- * MIT License, see LICENSE file for more details.
- * ----------------------------------------------------------------------------
- */
-
-#include "space.h"
-
-namespace yage
-{
-
-Space::Space() : em_(this) {}
-
-unsigned Space::createEntity()
-{
- return em_.createEntity();
-}
-
-} // namespace yage