src/newgrf_sound.h
branchnoai
changeset 10294 7798ae816af8
parent 9837 c9ec4f82e0d0
child 10429 1b99254f9607
--- a/src/newgrf_sound.h	Mon Apr 21 20:52:54 2008 +0000
+++ b/src/newgrf_sound.h	Mon Apr 21 21:15:50 2008 +0000
@@ -26,6 +26,6 @@
 FileEntry *GetSound(uint index);
 uint GetNumSounds();
 bool PlayVehicleSound(const Vehicle *v, VehicleSoundEvent event);
-bool PlayHouseSound(uint16 sound_id, TileIndex tile);
+bool PlayTileSound(const struct GRFFile *file, uint16 sound_id, TileIndex tile);
 
 #endif /* NEWGRF_SOUND_H */