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