aboutsummaryrefslogtreecommitdiffstats
path: root/src/script.hpp
diff options
context:
space:
mode:
authorAndy Belle-Isle <drumsetmonkey@gmail.com>2019-09-14 03:31:40 -0400
committerAndy Belle-Isle <drumsetmonkey@gmail.com>2019-09-14 03:31:40 -0400
commit534f6f57e930020eb1ad726f4de4e90cf487e584 (patch)
tree0dedd0deaa7556e6f9e8fd316017413f59de7996 /src/script.hpp
parent4bf539d953871dbddddcc00275ffdcaddece5091 (diff)
World can now draw
Diffstat (limited to 'src/script.hpp')
-rw-r--r--src/script.hpp2
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: