src/newgrf_sound.h
changeset 6658 59048224be55
parent 6574 e1d1a12faaf7
child 6674 64f4781b4653
--- a/src/newgrf_sound.h	Sun Mar 18 22:32:05 2007 +0000
+++ b/src/newgrf_sound.h	Mon Mar 19 11:27:30 2007 +0000
@@ -21,5 +21,6 @@
 FileEntry *GetSound(uint index);
 uint GetNumSounds();
 bool PlayVehicleSound(const Vehicle *v, VehicleSoundEvent event);
+bool PlayHouseSound(uint16 sound_id, TileIndex tile);
 
 #endif /* NEWGRF_SOUND_H */