mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-08-25 23:49:09 +00:00
(svn r2663) Include variables.h only in these files which need it, not globally via openttd.h
This commit is contained in:
@@ -8,9 +8,6 @@
|
||||
# define MAX_PATH 260
|
||||
#endif
|
||||
|
||||
typedef uint16 UnitID; //! All unitnumber stuff is of this type (or anyway, should be)
|
||||
typedef uint16 EngineID; //! All enginenumbers should be of this type
|
||||
|
||||
// Prices and also the fractional part.
|
||||
VARDEF Prices _price;
|
||||
VARDEF uint16 _price_frac[NUM_PRICES];
|
||||
|
Reference in New Issue
Block a user