1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-25 15:54:31 +01:00

Large scenery object tiles for scripting (#22842)

Co-authored-by: Tulio Leao <tupaschoal@gmail.com>
This commit is contained in:
Duncan
2024-10-02 01:02:46 +01:00
committed by GitHub
parent 1719bbdfb7
commit e157a843f0
5 changed files with 145 additions and 21 deletions

View File

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