summaryrefslogtreecommitdiff
path: root/src/newgrf_sound.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2008-03-31 06:42:26 +0000
committerrubidium <rubidium@openttd.org>2008-03-31 06:42:26 +0000
commit6f15d34fe53d317bb50688641cbf4ec48c6c82df (patch)
treeca1da1b595ee5229eb189471cdef8c2c304464b4 /src/newgrf_sound.h
parentef2be7d0fc13aadeb124481943c573ff224162a9 (diff)
downloadopenttd-6f15d34fe53d317bb50688641cbf4ec48c6c82df.tar.xz
(svn r12495) -Codechange: reduce the dependency on newgrf_station.h (especially because newgrf_station.h includes a lot of stuff).
Diffstat (limited to 'src/newgrf_sound.h')
-rw-r--r--src/newgrf_sound.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/newgrf_sound.h b/src/newgrf_sound.h
index 1965e3aae..608c7c659 100644
--- a/src/newgrf_sound.h
+++ b/src/newgrf_sound.h
@@ -6,6 +6,7 @@
#define NEWGRF_SOUND_H
#include "sound_type.h"
+#include "tile_type.h"
enum VehicleSoundEvent {
VSE_START = 1,