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

pull/155/head
celestar 18 years ago
parent 4c18106f9a
commit a12b640f94

@ -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];

Loading…
Cancel
Save