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

Feature: Add option for taking transparent screenshots

This commit is contained in:
Cory Sanin
2021-02-22 15:48:51 -06:00
committed by GitHub
parent 8e414a9d97
commit 57c950958b
6 changed files with 14 additions and 1 deletions

View File

@@ -44,7 +44,7 @@
using namespace OpenRCT2;
using namespace OpenRCT2::Scripting;
static constexpr int32_t OPENRCT2_PLUGIN_API_VERSION = 21;
static constexpr int32_t OPENRCT2_PLUGIN_API_VERSION = 22;
struct ExpressionStringifier final
{