#include "TextureManager.hpp" TextureManager::TextureManager(std::string _presetURL): presetURL(_presetURL) { ; } void TextureManager::loadTextures(PresetOutputs::cshape_container &shapes) { ; } GLuint TextureManager::getTexture(std::string imageUrl) { ; }