diff options
author | rubidium <rubidium@openttd.org> | 2007-12-29 09:24:26 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2007-12-29 09:24:26 +0000 |
commit | e5e75bd8f8f7df43ff39f2cb15bd12d200f1131f (patch) | |
tree | 1d1372475980446f190e07781baf08447a9c6759 /src/table | |
parent | 6ae93027083cf202741397d7a6584d628448ba89 (diff) | |
download | openttd-e5e75bd8f8f7df43ff39f2cb15bd12d200f1131f.tar.xz |
(svn r11719) -Codechange: split sound.h in a header with types and one with functions.
Diffstat (limited to 'src/table')
-rw-r--r-- | src/table/engines.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/table/engines.h b/src/table/engines.h index 9ce78c497..6797de73b 100644 --- a/src/table/engines.h +++ b/src/table/engines.h @@ -7,8 +7,6 @@ * This file contains all the data for vehicles */ -#include "../sound.h" - /** Writes the properties of a train or road vehicle into the EngineInfo struct. * @see EngineInfo * @param a Introduction date |