Minetest  5.4.0
OnDemandSoundFetcher Class Referenceabstract

#include <sound.h>

+ Inheritance diagram for OnDemandSoundFetcher:

Public Member Functions

virtual void fetchSounds (const std::string &name, std::set< std::string > &dst_paths, std::set< std::string > &dst_datas)=0
 

Member Function Documentation

◆ fetchSounds()

virtual void OnDemandSoundFetcher::fetchSounds ( const std::string &  name,
std::set< std::string > &  dst_paths,
std::set< std::string > &  dst_datas 
)
pure virtual

Implemented in MenuMusicFetcher, and GameOnDemandSoundFetcher.

Referenced by OpenALSoundManager::getFetchBuffer().

+ Here is the caller graph for this function:

The documentation for this class was generated from the following file: