mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-23 06:44:38 +01:00
9 lines
179 B
C++
9 lines
179 B
C++
#pragma once
|
|
|
|
namespace OpenRCT2
|
|
{
|
|
static auto constexpr MaxScrollingTextLegacyEntries = 32;
|
|
static auto constexpr MaxScrollingTextEntries = 256;
|
|
|
|
} // namespace OpenRCT2
|