1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-20 21:43:06 +01:00

add small scenery tertiary colour to plugin API (#20818)

* add small scenery tertiary colour to plugin API

* bump API version
This commit is contained in:
Stephan Spengler
2023-10-01 12:27:04 +02:00
committed by GitHub
parent af53fa883c
commit 39ecab4bd2
2 changed files with 16 additions and 5 deletions

View File

@@ -47,7 +47,7 @@ namespace OpenRCT2
namespace OpenRCT2::Scripting
{
static constexpr int32_t OPENRCT2_PLUGIN_API_VERSION = 79;
static constexpr int32_t OPENRCT2_PLUGIN_API_VERSION = 80;
// Versions marking breaking changes.
static constexpr int32_t API_VERSION_33_PEEP_DEPRECATION = 33;