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

Increment plugin API version

This commit is contained in:
Ted John
2021-02-10 18:44:04 +00:00
parent 762b6ee816
commit f7bbaed7f5
2 changed files with 3 additions and 2 deletions

View File

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