Files
projectm/src/projectM-engine/TextureManager.cpp
2007-09-03 18:16:38 +00:00

17 lines
266 B
C++

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