/***************************************************************************** * Copyright (c) 2014-2024 OpenRCT2 developers * * For a complete list of all authors, please refer to contributors.md * Interested in contributing? Visit https://github.com/OpenRCT2/OpenRCT2 * * OpenRCT2 is licensed under the GNU General Public License version 3. *****************************************************************************/ #pragma once #include "core/Identifier.hpp" #include using BannerIndex = TIdentifier::max(), struct BannerIndexTag>; using ParkEntranceIndex = TIdentifier::max(), struct ParkEntranceIndexTag>; using RideId = TIdentifier::max(), struct RideIdTag>; using EntityId = TIdentifier::max(), struct EntityIdTag>; using StationIndex = TIdentifier::max(), struct StationIndexTag>;