OpenRCT2/src/openrct2/object/DefaultObjects.h

17 lines
640 B
C
Raw Normal View History

2017-08-02 00:20:32 +02:00
/*****************************************************************************
2020-07-21 15:04:34 +02:00
* Copyright (c) 2014-2020 OpenRCT2 developers
2017-08-02 00:20:32 +02:00
*
* For a complete list of all authors, please refer to contributors.md
* Interested in contributing? Visit https://github.com/OpenRCT2/OpenRCT2
2017-08-02 00:20:32 +02:00
*
* OpenRCT2 is licensed under the GNU General Public License version 3.
2017-08-02 00:20:32 +02:00
*****************************************************************************/
2018-02-02 23:11:41 +01:00
#pragma once
2017-08-02 00:20:32 +02:00
2018-02-02 23:11:41 +01:00
#include "Object.h"
extern const std::string_view MinimumRequiredObjects[2];
extern const std::string_view DefaultSelectedObjects[103];
extern const std::string_view DesignerSelectedObjects[38];