OpenTTD Source 20260206-master-g4d4e37dbf1
soundloader_func.h File Reference

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)

Detailed Description

Functions related to sound loaders.

Definition in file soundloader_func.h.

Function Documentation

◆ LoadSound()

bool LoadSound ( SoundEntry & sound,
SoundID sound_id )

Definition at line 65 of file soundloader.cpp.

◆ LoadSoundData()

bool LoadSoundData ( SoundEntry & sound,
bool new_format,
SoundID sound_id,
const std::string & name )

Definition at line 23 of file soundloader.cpp.