SDLTextureWrapper(SDL_Texture *tex)
Constructs an ~SDLTextureWrapper.
Definition: SDLTextureWrapper.cpp:3
SDL_Texture * tex_
The wrapped SDL_Texture.
Definition: SDLTextureWrapper.hpp:28
A wrapper class for SDL_Textures.
Definition: SDLTextureWrapper.hpp:9
SDL_Texture * GetTex() const
Gets the SDL_Texture of this wrapper.
Definition: SDLTextureWrapper.cpp:7
~SDLTextureWrapper()
Destructs an ~SDLTextureWrapper.
Definition: SDLTextureWrapper.cpp:5