33 #include "../../Core/Resources/resource.h"
41 class ResourceManager;
static void set(ResourceManager &resources, const std::shared_ptr< SoundCache > &cache)
Resource manager.
Definition: resource_manager.h:45
Definition: sound_cache.h:45
static SoundCache & get(const ResourceManager &resources)
virtual Resource< SoundBuffer > get_sound(const std::string &id)=0
Resource proxy of a specific type.
Definition: resource.h:59
virtual ~SoundCache()
Definition: sound_cache.h:47