1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-16 03:23:15 +01:00

Embed our own duktape library

Duktape is geared around compile time switches. We can't rely on shared libraries.
This commit is contained in:
Ted John
2021-12-07 23:54:05 +00:00
parent e78704f48f
commit b5d66e099e
11 changed files with 106350 additions and 51 deletions

View File

@@ -1438,4 +1438,9 @@ int32_t OpenRCT2::Scripting::GetTargetAPIVersion()
return plugin->GetTargetAPIVersion();
}
duk_bool_t duk_exec_timeout_check(void*)
{
return false;
}
#endif