diff options
Diffstat (limited to 'src/newgrf_sound.h')
-rw-r--r-- | src/newgrf_sound.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/newgrf_sound.h b/src/newgrf_sound.h index 2f2c034db..a6375cee4 100644 --- a/src/newgrf_sound.h +++ b/src/newgrf_sound.h @@ -32,6 +32,7 @@ enum VehicleSoundEvent { SoundEntry *AllocateSound(); void InitializeSoundPool(); +bool LoadNewGRFSound(SoundEntry *sound); SoundEntry *GetSound(SoundID sound_id); uint GetNumSounds(); bool PlayVehicleSound(const Vehicle *v, VehicleSoundEvent event); |