(svn r3032) -NewGRF, Feature: Add support for changing base prices.

This commit is contained in:
peter1138
2005-10-12 07:27:56 +00:00
parent d678a12445
commit c78e87d4da
3 changed files with 62 additions and 0 deletions

View File

@@ -3,6 +3,9 @@
#ifndef ECONOMY_H
#define ECONOMY_H
void ResetPriceBaseMultipliers(void);
void SetPriceBaseMultiplier(int price, byte factor);
typedef struct {
// Maximum possible loan
int32 max_loan;