summaryrefslogtreecommitdiff
path: root/src/openttd.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2008-03-28 18:00:38 +0000
committerrubidium <rubidium@openttd.org>2008-03-28 18:00:38 +0000
commit49a040e6ad50e552bd4c2bfc049b4432e43cebff (patch)
treeb9cba7a8f28964bd54d5599b4a146ab3d27b8f80 /src/openttd.h
parentbb1f6570766dad81bb1fe4ea5bb78e78060e016f (diff)
downloadopenttd-49a040e6ad50e552bd4c2bfc049b4432e43cebff.tar.xz
(svn r12476) -Codechange: split type engine related types from engine.h (and openttd.h) to engine_type.h.
Diffstat (limited to 'src/openttd.h')
-rw-r--r--src/openttd.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/openttd.h b/src/openttd.h
index 633f10939..445d95b05 100644
--- a/src/openttd.h
+++ b/src/openttd.h
@@ -10,12 +10,8 @@
// Forward declarations of structs.
typedef byte LandscapeID;
-typedef uint16 EngineID;
typedef uint16 UnitID;
-/* IDs used in Pools */
-typedef uint16 EngineRenewID;
-
enum GameModes {
GM_MENU,
GM_NORMAL,