diff options
author | Clyne Sullivan <clyne@bitgloo.com> | 2022-11-15 08:22:58 -0500 |
---|---|---|
committer | Clyne Sullivan <clyne@bitgloo.com> | 2022-11-15 08:22:58 -0500 |
commit | 38b18b8bdaf0cd4f4f7b72ade4b3f27f7363eab3 (patch) | |
tree | 2b51cd293a81f42f2b10c4493752c519ef66d395 | |
parent | a056c15dd3781b4f6bb89fdd738b14cafc00cd85 (diff) |
fix merge of lib-cleanup
m--------- | lib/sol2 | 0 | ||||
-rw-r--r-- | src/engine.cpp | 1 |
2 files changed, 1 insertions, 0 deletions
diff --git a/lib/sol2 b/lib/sol2 new file mode 160000 +Subproject 50b62c9346750b7c2c406c9e4c546f96b0bf021 diff --git a/src/engine.cpp b/src/engine.cpp index a891e1e..d8eef23 100644 --- a/src/engine.cpp +++ b/src/engine.cpp @@ -57,6 +57,7 @@ int Engine::init(void) systems.add<PhysicsSystem>(); systems.add<TextSystem>(); systems.add<AudioSystem>(); + systems.add<UISystem>(); systems.configure(); // Load game script and entity data |