1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-24 15:24:30 +01:00

Add guest thoughts to plugin API (#18732)

Co-authored-by: Tulio Leao <tupaschoal@gmail.com>
This commit is contained in:
Matthew
2022-12-29 10:56:11 -05:00
committed by GitHub
parent 279675ba45
commit d00c71399b
6 changed files with 388 additions and 1 deletions

View File

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