1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-23 06:44:38 +01:00
Files
OpenRCT2/src/openrct2/drawing/ScrollingText.h
2021-01-02 16:43:17 +02:00

9 lines
179 B
C++

#pragma once
namespace OpenRCT2
{
static auto constexpr MaxScrollingTextLegacyEntries = 32;
static auto constexpr MaxScrollingTextEntries = 256;
} // namespace OpenRCT2