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

Increment plugin API version

This commit is contained in:
Ted John
2020-12-04 18:47:13 +00:00
parent 95c3a7f5dd
commit 687fd6d9f4

View File

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