1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-29 09:44:52 +01:00

Move ui scripting API to libopenrct2ui

This commit is contained in:
Ted John
2018-03-24 19:30:10 +00:00
parent 237e0be7ef
commit b47bcabaf1
11 changed files with 104 additions and 58 deletions

View File

@@ -92,6 +92,7 @@ namespace OpenRCT2::Scripting
ScriptEngine(InteractiveConsole& console, IPlatformEnvironment& env);
ScriptEngine(ScriptEngine&) = delete;
duk_context * GetContext() { return _context; }
HookEngine& GetHookEngine() { return _hookEngine; }
void Update();