summaryrefslogtreecommitdiff
path: root/src/autoreplace_base.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/autoreplace_base.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/autoreplace_base.h')
-rw-r--r--src/autoreplace_base.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/autoreplace_base.h b/src/autoreplace_base.h
index 065cc5661..ca5533e47 100644
--- a/src/autoreplace_base.h
+++ b/src/autoreplace_base.h
@@ -8,6 +8,8 @@
#include "oldpool.h"
#include "autoreplace_type.h"
+typedef uint16 EngineRenewID;
+
/**
* Memory pool for engine renew elements. DO NOT USE outside of engine.c. Is
* placed here so the only exception to this rule, the saveload code, can use