Splitted TextureManager::create_image_texture() into multiple functions
authorIngo Ruhnke <grumbel@gmx.de>
Sun, 6 Dec 2009 12:09:24 +0000 (12:09 +0000)
committerIngo Ruhnke <grumbel@gmx.de>
Sun, 6 Dec 2009 12:09:24 +0000 (12:09 +0000)
commitc8597ac89064c0ef1e428f9536fc46733579f7a0
tree7b77b778d3c74e1977fee3a449dc7311c3da99d3
parent8f2d80bdcfe42e90e5b27d593bcfc38e5ab23cda
Splitted TextureManager::create_image_texture() into multiple functions
Added SDLSurfacePtr class that handles the SDL_FreeSurface() call in an exception safe manner

SVN-Revision: 6185
src/video/sdl_surface_ptr.hpp [new file with mode: 0644]
src/video/texture_manager.cpp
src/video/texture_manager.hpp