src/newgrf_sound.h
branchnoai
changeset 10294 7798ae816af8
parent 9837 c9ec4f82e0d0
child 10429 1b99254f9607
equal deleted inserted replaced
10292:7856e972f8aa 10294:7798ae816af8
    24 FileEntry *AllocateFileEntry();
    24 FileEntry *AllocateFileEntry();
    25 void InitializeSoundPool();
    25 void InitializeSoundPool();
    26 FileEntry *GetSound(uint index);
    26 FileEntry *GetSound(uint index);
    27 uint GetNumSounds();
    27 uint GetNumSounds();
    28 bool PlayVehicleSound(const Vehicle *v, VehicleSoundEvent event);
    28 bool PlayVehicleSound(const Vehicle *v, VehicleSoundEvent event);
    29 bool PlayHouseSound(uint16 sound_id, TileIndex tile);
    29 bool PlayTileSound(const struct GRFFile *file, uint16 sound_id, TileIndex tile);
    30 
    30 
    31 #endif /* NEWGRF_SOUND_H */
    31 #endif /* NEWGRF_SOUND_H */