summaryrefslogtreecommitdiff
path: root/openttd.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2006-08-20 19:31:58 +0000
committerrubidium <rubidium@openttd.org>2006-08-20 19:31:58 +0000
commitb1e2ae44d6564709c0947319849a4928f0d0f949 (patch)
tree8eb8f1e784da94913d07088d379166bcfad418da /openttd.h
parent893d4ba9d4040b098bc6e0ac04068cda8ff608a2 (diff)
downloadopenttd-b1e2ae44d6564709c0947319849a4928f0d0f949.tar.xz
(svn r6005) -Cleanup: introduce IndustryID and use it
-Cleanup: use TownID and StationID for two instances of uint16
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 857f92b15..ee94ec78c 100644
--- a/openttd.h
+++ b/openttd.h
@@ -38,6 +38,7 @@ typedef struct DrawPixelInfo DrawPixelInfo;
typedef uint16 VehicleID;
typedef uint16 StationID;
typedef uint16 TownID;
+typedef uint16 IndustryID;
typedef byte PlayerID;
typedef byte OrderID;
typedef byte CargoID;