1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-29 17:54:50 +01:00

Add opening of a custom window

This commit is contained in:
Ted John
2018-03-25 18:23:24 +01:00
parent b47bcabaf1
commit 291143c3cd
8 changed files with 318 additions and 4 deletions

View File

@@ -94,6 +94,7 @@ namespace OpenRCT2::Scripting
duk_context * GetContext() { return _context; }
HookEngine& GetHookEngine() { return _hookEngine; }
ScriptExecutionInfo& GetExecInfo() { return _execInfo; }
void Update();
std::future<void> Eval(const std::string &s);