22#ifndef SDL2PP_SDLIMAGE_HH
23#define SDL2PP_SDLIMAGE_HH
25#include <SDL2pp/Export.hh>
90 int InitMore(
int flags);
Helper class taking care of SDL_image library initialization and deinitialization.
Definition: SDLImage.hh:58
SDLImage & operator=(SDLImage &&other)=delete
Deleted move assignment operator.
SDLImage(const SDLImage &other)=delete
Deleted copy constructor.
SDLImage & operator=(const SDLImage &other)=delete
Deleted assignment operator.
SDLImage(SDLImage &&other)=delete
Deleted move constructor.