25#include <SDL_stdinc.h>
27#include <SDL2pp/Export.hh>
59class SDL2PP_EXPORT
SDL {
126 Uint32 WasInit(Uint32 flags);
139 void InitSubSystem(Uint32 flags);
150 void QuitSubSystem(Uint32 flags);
Helper class taking care of SDL library initialization and deinitialization.
Definition: SDL.hh:59
SDL(SDL &&other)=delete
Deleted move constructor.
SDL & operator=(const SDL &other)=delete
Deleted assignment operator.
SDL(const SDL &other)=delete
Deleted copy constructor.
SDL & operator=(SDL &&other)=delete
Deleted move assignment operator.