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

Add further plugin visitors for actions (#13458)

* Add further plugin visitors for actions

* Update PLUGIN_API_VERSION

Co-authored-by: Tulio Leao <tupaschoal@gmail.com>
This commit is contained in:
Duncan
2020-11-26 19:13:10 +00:00
committed by GitHub
parent 923b5f990d
commit b5101d085d
7 changed files with 36 additions and 1 deletions

View File

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