OpenTTD Source 20241224-master-gee860a5c8e
|
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.