1#ifndef VPSDB_CATALOG_IMAGE_H
2#define VPSDB_CATALOG_IMAGE_H
16 static bool downloadImage(
const std::string& url,
const std::string& cachePath);
17 static SDL_Texture* loadTexture(
VpsdbCatalog& catalog,
const std::string& path);
Definition vpsdb_catalog_manager.h:31
Definition vpsdb_catalog_image.h:12