OpenRCT2/test/testpaint/Data.h

22 lines
877 B
C
Raw Normal View History

2016-09-05 19:16:46 +02:00
/*****************************************************************************
* Copyright (c) 2014-2018 OpenRCT2 developers
2016-09-05 19:16:46 +02:00
*
* For a complete list of all authors, please refer to contributors.md
* Interested in contributing? Visit https://github.com/OpenRCT2/OpenRCT2
2016-09-05 19:16:46 +02:00
*
* OpenRCT2 is licensed under the GNU General Public License version 3.
2016-09-05 19:16:46 +02:00
*****************************************************************************/
#pragma once
2016-09-05 19:16:46 +02:00
2016-12-28 14:16:15 +01:00
#include <openrct2/common.h>
2017-12-31 13:21:34 +01:00
#include <openrct2/ride/Ride.h>
2016-09-05 19:16:46 +02:00
2020-06-17 19:10:39 +02:00
extern const utf8string RideNames[RCT2_RIDE_TYPE_COUNT];
2016-09-05 19:16:46 +02:00
extern const utf8string TrackNames[256];
extern const utf8string FlatTrackNames[256];
extern const utf8string TrackElemNames[256];
2020-06-17 19:10:39 +02:00
extern const utf8string RideCodeNames[RCT2_RIDE_TYPE_COUNT];
2016-10-08 14:16:09 +02:00
extern const utf8string TrackCodeNames[256];
2020-06-17 19:10:39 +02:00
extern const uint32_t* RideTypeTrackPaintFunctionsOld[RCT2_RIDE_TYPE_COUNT];