PJS inital texture manager class

git-svn-id: https://projectm.svn.sourceforge.net/svnroot/projectm/trunk@384 6778bc44-b910-0410-a7a0-be141de4315d
This commit is contained in:
psperl
2007-09-03 18:18:38 +00:00
parent cdea66aa3a
commit a667e84aac
2 changed files with 6 additions and 0 deletions

View File

@ -10,6 +10,11 @@ void TextureManager::loadTextures(PresetOutputs::cshape_container &shapes)
;
}
void TextureManager::unloadTextures(PresetOutputs::cshape_container &shapes)
{
;
}
GLuint TextureManager::getTexture(std::string imageUrl)
{
;