summaryrefslogtreecommitdiff
path: root/src/engine_type.h
diff options
context:
space:
mode:
authorfrosch <frosch@openttd.org>2008-09-13 15:49:29 +0000
committerfrosch <frosch@openttd.org>2008-09-13 15:49:29 +0000
commit856157b6da0bd76cc2d4cf98b226ce14309ad33c (patch)
treecceaf7c87f5d8c8bdbc1328d00f46f73f8c7321d /src/engine_type.h
parent0251a9c5294eae866d3d5db50601261575062edd (diff)
downloadopenttd-856157b6da0bd76cc2d4cf98b226ce14309ad33c.tar.xz
(svn r14313) -Codechange: Move functions dealing with the EngineRenew pool to their own file.
Diffstat (limited to 'src/engine_type.h')
-rw-r--r--src/engine_type.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/engine_type.h b/src/engine_type.h
index c9eb56a5e..5760d3ac6 100644
--- a/src/engine_type.h
+++ b/src/engine_type.h
@@ -15,7 +15,6 @@
#include "strings_type.h"
typedef uint16 EngineID;
-typedef uint16 EngineRenewID;
struct Engine;