summaryrefslogtreecommitdiff
path: root/variables.h
diff options
context:
space:
mode:
authortron <tron@openttd.org>2005-07-21 18:44:27 +0000
committertron <tron@openttd.org>2005-07-21 18:44:27 +0000
commitb0779b4b658e0443c6491d6819a240b718fe5ad4 (patch)
tree40c76d5b06cedd6690c474d31ee1fed9d3ab7b55 /variables.h
parent377c3a510c03bdc94198a23ba975d3eae676e15f (diff)
downloadopenttd-b0779b4b658e0443c6491d6819a240b718fe5ad4.tar.xz
(svn r2663) Include variables.h only in these files which need it, not globally via openttd.h
Diffstat (limited to 'variables.h')
-rw-r--r--variables.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/variables.h b/variables.h
index c8d13e3fb..7e116f5b6 100644
--- a/variables.h
+++ b/variables.h
@@ -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];