From 877ca99198b7c4113d18d2c2aa744732b843d735 Mon Sep 17 00:00:00 2001 From: rubidium Date: Mon, 31 Mar 2008 06:42:26 +0000 Subject: (svn r12495) -Codechange: reduce the dependency on newgrf_station.h (especially because newgrf_station.h includes a lot of stuff). --- src/newgrf_sound.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/newgrf_sound.h') 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, -- cgit v1.2.3-54-g00ecf