5 #include <unordered_map> 46 template <
typename T = Resource>
56 template <
typename T = Resource>
78 std::unordered_map<std::string, std::unique_ptr<Loader>>
_loaders;
std::unordered_map< std::string, std::unique_ptr< Loader > > _loaders
std::vector< std::unique_ptr< Resource > > _resources
Dummy class for a shared pointer.
Handle of the resource. It contains informations such as the type and the index in the ResourceManage...
Class for resource manager. The ResourceManager allows the user to load resources and store them...