mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-28 17:24:47 +01:00
This brings feature parity with Rollercoaster Tycoon Classic (RCTC) Includes: * Re-enabled buttons: Ride List, Map, Scenery, Path, Clear Scenery * Add all standard footpaths and core scenery objects to the object selection The max limit of 4 rides has not changed; other object types can have more than 4 Only a minimum set of scenery is enabled, as the full set cannot be included
16 lines
582 B
C++
16 lines
582 B
C++
/*****************************************************************************
|
|
* Copyright (c) 2014-2020 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 "Object.h"
|
|
|
|
extern const std::string_view DefaultSelectedObjects[33];
|
|
extern const std::string_view DesignerSelectedObjects[15];
|