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
commit93d59fe4480116a100aa000f38cea9534fab9184 (patch)
treeb9cba7a8f28964bd54d5599b4a146ab3d27b8f80 /src/openttd.h
parentd97c16ee8bf2a1dcffc7edfd82586fc2784f6e9b (diff)
downloadopenttd-93d59fe4480116a100aa000f38cea9534fab9184.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,