summaryrefslogtreecommitdiff
path: root/openttd.h
diff options
context:
space:
mode:
authorbelugas <belugas@openttd.org>2006-05-12 00:27:12 +0000
committerbelugas <belugas@openttd.org>2006-05-12 00:27:12 +0000
commit4938d0a011f310ffe2b1440f6181f14313f28ab0 (patch)
tree36fe79f884e68254fe04d4ca3074abb5c9ad1819 /openttd.h
parentbcd2b3279049b2707a620102c960867ad7301fce (diff)
downloadopenttd-4938d0a011f310ffe2b1440f6181f14313f28ab0.tar.xz
(svn r4838) Newgrf : Add empty base for newcargos
Diffstat (limited to 'openttd.h')
-rw-r--r--openttd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/openttd.h b/openttd.h
index 5bf21c3ce..c61a64dfc 100644
--- a/openttd.h
+++ b/openttd.h
@@ -67,6 +67,7 @@ typedef uint16 TownID;
typedef byte PlayerID;
typedef byte OrderID;
typedef byte CargoID;
+typedef byte LandscapeID;
typedef uint16 StringID;
typedef uint32 SpriteID; ///< The number of a sprite, without mapping bits and colortables
typedef uint32 PalSpriteID; ///< The number of a sprite plus all the mapping bits and colortables