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 | 445a733eb60eb53307bdae94c9ccb83a3007e32d (patch) | |
tree | 1d1372475980446f190e07781baf08447a9c6759 /src/table/engines.h | |
parent | bb45f463550d08eb090ff104c75598f40a4c3ac0 (diff) | |
download | openttd-445a733eb60eb53307bdae94c9ccb83a3007e32d.tar.xz |
(svn r11719) -Codechange: split sound.h in a header with types and one with functions.
Diffstat (limited to 'src/table/engines.h')
-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 |