1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-15 19:13:07 +01:00

Add getter for current plugin api version (#14538)

This commit is contained in:
Basssiiie
2021-04-28 02:08:56 +02:00
committed by GitHub
parent ec7088364e
commit 6c65105261
5 changed files with 15 additions and 2 deletions

View File

@@ -44,8 +44,6 @@
using namespace OpenRCT2;
using namespace OpenRCT2::Scripting;
static constexpr int32_t OPENRCT2_PLUGIN_API_VERSION = 26;
struct ExpressionStringifier final
{
private: