summaryrefslogtreecommitdiff
path: root/src/engine_func.h
diff options
context:
space:
mode:
authorsmatz <smatz@openttd.org>2009-01-20 13:56:35 +0000
committersmatz <smatz@openttd.org>2009-01-20 13:56:35 +0000
commita9a8bb35901ca431756eba4406f9da9dbc817829 (patch)
tree39a77b90e14746c78ffdaf2509d326fd8055b61c /src/engine_func.h
parent4091989752139d35c9153e701e862143acd99c7f (diff)
downloadopenttd-a9a8bb35901ca431756eba4406f9da9dbc817829.tar.xz
(svn r15166) -Codechange: reduce number of includes in afterload.cpp
Diffstat (limited to 'src/engine_func.h')
-rw-r--r--src/engine_func.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/engine_func.h b/src/engine_func.h
index 12d7514e7..df0ca0d99 100644
--- a/src/engine_func.h
+++ b/src/engine_func.h
@@ -10,9 +10,6 @@
void SetupEngines();
void StartupEngines();
-Engine *GetTempDataEngine(EngineID index);
-void CopyTempEngineData();
-
/* Original engine data counts and offsets */
extern const uint8 _engine_counts[4];
extern const uint8 _engine_offsets[4];