(svn r16344) -Codechange: s/FileEntry/SoundEntry/

This commit is contained in:
rubidium
2009-05-17 19:27:50 +00:00
parent 14c7cc16a6
commit 41c4c48add
5 changed files with 64 additions and 65 deletions

View File

@@ -21,9 +21,9 @@ enum VehicleSoundEvent {
};
FileEntry *AllocateFileEntry();
SoundEntry *AllocateSound();
void InitializeSoundPool();
FileEntry *GetSound(SoundID sound_id);
SoundEntry *GetSound(SoundID sound_id);
uint GetNumSounds();
bool PlayVehicleSound(const Vehicle *v, VehicleSoundEvent event);
bool PlayTileSound(const struct GRFFile *file, SoundID sound_id, TileIndex tile);