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:
@@ -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
|
||||
Reference in New Issue
Block a user