diff options
Diffstat (limited to 'src/script.hpp')
-rw-r--r-- | src/script.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/script.hpp b/src/script.hpp index 5c4c780..87027d5 100644 --- a/src/script.hpp +++ b/src/script.hpp @@ -50,6 +50,8 @@ private: entityx::EntityManager& manager; + // TODO possibly emit events to spawn worlds instead of passing the + // world system around like a toy WorldSystem &worldSystem; public: |