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

Bump network and plug-in API version

This commit is contained in:
Gymnasiast
2021-08-01 15:15:33 +02:00
parent abc4a02ff5
commit 277317b6f1
2 changed files with 2 additions and 2 deletions

View File

@@ -46,7 +46,7 @@ namespace OpenRCT2
namespace OpenRCT2::Scripting
{
static constexpr int32_t OPENRCT2_PLUGIN_API_VERSION = 32;
static constexpr int32_t OPENRCT2_PLUGIN_API_VERSION = 33;
# ifndef DISABLE_NETWORK
class ScSocketBase;