mirror of
https://github.com/JGRennison/OpenTTD-patches.git
synced 2024-11-17 21:25:40 +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:
parent
7b9379e0de
commit
0fbdae2828
@ -10,6 +10,8 @@
|
|||||||
# define MAX_PATH 260
|
# define MAX_PATH 260
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#include "gfx.h"
|
||||||
|
|
||||||
// Prices and also the fractional part.
|
// Prices and also the fractional part.
|
||||||
VARDEF Prices _price;
|
VARDEF Prices _price;
|
||||||
VARDEF uint16 _price_frac[NUM_PRICES];
|
VARDEF uint16 _price_frac[NUM_PRICES];
|
||||||
|
Loading…
Reference in New Issue
Block a user