aboutsummaryrefslogtreecommitdiffstats
path: root/src/engine.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine.cpp')
-rw-r--r--src/engine.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/engine.cpp b/src/engine.cpp
index d8eef23..02598d4 100644
--- a/src/engine.cpp
+++ b/src/engine.cpp
@@ -71,6 +71,9 @@ int Engine::init(void)
script->addToGameNamespace("play",
bindInstance(&AudioSystem::playSound,
systems.system<AudioSystem>().get()));
+ script->addToGameNamespace("dialog",
+ bindInstance(&UISystem::createDialogBox,
+ systems.system<UISystem>().get()));
script->init();