(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 a949e6d3d0
commit 95857f2026
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;