1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-06 06:32:56 +01:00

Add plugin API for park flags

This commit is contained in:
Ted John
2020-09-08 00:08:07 +01:00
parent cf5b48a9dd
commit e5107141e9
3 changed files with 65 additions and 1 deletions

View File

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