aboutsummaryrefslogtreecommitdiffstats
path: root/yage/entity/engine.h
diff options
context:
space:
mode:
authorYann Herklotz <ymherklotz@gmail.com>2018-04-29 22:56:18 +0100
committerYann Herklotz <ymherklotz@gmail.com>2018-04-29 22:56:18 +0100
commitc44456496fe13800e36b8bf257eb2bd5d94faa30 (patch)
treecadd16dd5b6b51dfa5f2365000922da35668ff72 /yage/entity/engine.h
parent8745306ddc2db08d52caf1c3c456c0bc43a062b7 (diff)
downloadYAGE-c44456496fe13800e36b8bf257eb2bd5d94faa30.tar.gz
YAGE-c44456496fe13800e36b8bf257eb2bd5d94faa30.zip
Working on the entity system
Diffstat (limited to 'yage/entity/engine.h')
-rw-r--r--yage/entity/engine.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/yage/entity/engine.h b/yage/entity/engine.h
index 6e1bf49a..146ee6d5 100644
--- a/yage/entity/engine.h
+++ b/yage/entity/engine.h
@@ -31,6 +31,8 @@ public:
/// Updates the systems.
void update();
+ void registerSystem();
+
/// Returns the instance of the engine, as there is only one instance of the
/// engine.
static Engine &instance();