From c44456496fe13800e36b8bf257eb2bd5d94faa30 Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Sun, 29 Apr 2018 22:56:18 +0100 Subject: Working on the entity system --- yage/entity/engine.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'yage/entity/engine.h') 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(); -- cgit