Rose
|
A functor to destroy an SDL_Window in a std::unique_ptr (rose::sdl::Window). More...
#include <Renderer.h>
Public Member Functions | |
void | operator() (SDL_Window *sdlWindow) |
Call the SDL API to destroy an SDL_Window. More... | |
A functor to destroy an SDL_Window in a std::unique_ptr (rose::sdl::Window).
|
inline |
Call the SDL API to destroy an SDL_Window.
sdlWindow | A pointer to the SDL_Window to destroy. |