Rose
|
A functor to destroy an SDL_Surface. More...
#include <Surface.h>
Public Member Functions | |
void | operator() (SDL_Surface *sdlSurface) |
Call the SDL API to free the SDL_Surface. More... | |
A functor to destroy an SDL_Surface.
|
inline |
Call the SDL API to free the SDL_Surface.
sdlSurface | A pointer to the SDL_Surface to free. |