1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-25 23:49:09 +00:00

(svn r8146) -Fix (FS#552, r8038): a C/C++ linkage problem on some very few incarnations of gcc

This commit is contained in:
celestar
2007-01-15 17:32:01 +00:00
parent 7b9379e0de
commit 0fbdae2828

View File

@@ -10,6 +10,8 @@
# define MAX_PATH 260
#endif
#include "gfx.h"
// Prices and also the fractional part.
VARDEF Prices _price;
VARDEF uint16 _price_frac[NUM_PRICES];