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
commit869e90ea8643edec7df8c4b5ab94c717fcdb6cc8 (patch)
treecceaf7c87f5d8c8bdbc1328d00f46f73f8c7321d /src/engine_type.h
parentee4173d8a430b89883c9f39b18a57003fa7ad7d5 (diff)
downloadopenttd-869e90ea8643edec7df8c4b5ab94c717fcdb6cc8.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;