1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-02-03 18:07:53 +01:00

move some data tables into C

This commit is contained in:
Kevin Burke
2014-05-23 19:09:16 +09:00
parent e701209282
commit e9751e00b6
4 changed files with 217 additions and 8 deletions

View File

@@ -18,4 +18,6 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*****************************************************************************/
extern const uint8 runningTrack[100];
extern const uint8 hasRunningTrack[0x59];
extern const uint8 initialUpkeepCosts[0x59];
extern const uint8 costPerTrackPiece[0x59];