summaryrefslogtreecommitdiff
path: root/src/newgrf_sound.h
diff options
context:
space:
mode:
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 61f7df12e..3b52d68cb 100644
--- a/src/newgrf_sound.h
+++ b/src/newgrf_sound.h
@@ -21,5 +21,6 @@ void InitializeSoundPool();
FileEntry *GetSound(uint index);
uint GetNumSounds();
bool PlayVehicleSound(const Vehicle *v, VehicleSoundEvent event);
+bool PlayHouseSound(uint16 sound_id, TileIndex tile);
#endif /* NEWGRF_SOUND_H */