1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-15 19:13:07 +01:00

Increment plugin API and update changelog

This commit is contained in:
Ted John
2021-02-08 22:27:46 +00:00
parent 099a087b18
commit 17450c236e
2 changed files with 2 additions and 1 deletions

View File

@@ -44,7 +44,7 @@
using namespace OpenRCT2;
using namespace OpenRCT2::Scripting;
static constexpr int32_t OPENRCT2_PLUGIN_API_VERSION = 19;
static constexpr int32_t OPENRCT2_PLUGIN_API_VERSION = 20;
struct ExpressionStringifier final
{