1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-24 15:24:30 +01:00

add ride_rating type and fix new ride headers

This commit is contained in:
IntelOrca
2014-05-24 14:31:42 +01:00
parent 99ca1c2b90
commit 13d6fa5a61
4 changed files with 35 additions and 19 deletions

View File

@@ -18,13 +18,18 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*****************************************************************************/
#ifndef _RIDE_DATA_H_
#define _RIDE_DATA_H_
#include <stdbool.h>
#include "rct2.h"
extern const uint8 hasRunningTrack[0x60];
extern const bool hasRunningTrack[0x60];
extern const uint8 initialUpkeepCosts[0x60];
extern const uint8 costPerTrackPiece[0x60];
extern const uint8 rideUnknownData1[0x60];
extern const bool rideUnknownData2[0x60];
extern const uint8 rideUnknownData3[0x60];
#endif