1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-24 23:34:37 +01:00

[Plugin] Add banner index to banner creation result

This commit is contained in:
Stephan Spengler
2024-05-29 22:35:35 +02:00
committed by GitHub
parent c00fe1e7d6
commit 73043106ed
5 changed files with 36 additions and 7 deletions

View File

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