18 #include "sdl_resource_file.hpp"
19 #include "sdl_resource_manager.hpp"
22 const std::vector<unsigned char>& data)
24 SDLResourceManager::insert(type,
id, data);
27 SDLResourceFile::~SDLResourceFile() =
default;
SDLResourceFile(const std::string &type, const std::string &id, const std::vector< unsigned char > &data)