1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-21 14:02:59 +01:00

Add API for toolbox menu items

This commit is contained in:
Ted John
2022-02-20 19:27:43 +00:00
parent 13d261d115
commit af340cbf34
6 changed files with 131 additions and 21 deletions

View File

@@ -279,7 +279,6 @@ namespace OpenRCT2::Scripting
duk_error(scriptEngine.GetContext(), DUK_ERR_ERROR, "Invalid parameters.");
}
}
} // namespace OpenRCT2::Scripting
#endif