(svn r12817) -Feature: the ability to play NewGRF sounds for industries and stations.

This commit is contained in:
rubidium
2008-04-21 11:29:01 +00:00
parent 23c0017272
commit 5a17e6b395
7 changed files with 35 additions and 13 deletions

View File

@@ -26,6 +26,6 @@ void InitializeSoundPool();
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 */