aboutsummaryrefslogtreecommitdiffstats
path: root/yage/entity/engine.h
diff options
context:
space:
mode:
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();