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