src/newgrf_sound.h
branchnoai
changeset 9476 1d1ed96f32ad
parent 6574 e1d1a12faaf7
child 6674 64f4781b4653
--- a/src/newgrf_sound.h	Mon Mar 19 12:30:11 2007 +0000
+++ b/src/newgrf_sound.h	Mon Mar 19 12:49:27 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 */