|
OpenTTD Source 20251117-master-g7398d2e290
|
Functions related to sound loaders. More...
Go to the source code of this file.
Functions | |
| bool | LoadSound (SoundEntry &sound, SoundID sound_id) |
| bool | LoadSoundData (SoundEntry &sound, bool new_format, SoundID sound_id, const std::string &name) |
Functions related to sound loaders.
Definition in file soundloader_func.h.
| bool LoadSound | ( | SoundEntry & | sound, |
| SoundID | sound_id | ||
| ) |
Definition at line 65 of file soundloader.cpp.
| bool LoadSoundData | ( | SoundEntry & | sound, |
| bool | new_format, | ||
| SoundID | sound_id, | ||
| const std::string & | name | ||
| ) |
Definition at line 23 of file soundloader.cpp.