diff --git a/SDL2pp/SDL2pp.hh b/SDL2pp/SDL2pp.hh index 833477a..836c44c 100644 --- a/SDL2pp/SDL2pp.hh +++ b/SDL2pp/SDL2pp.hh @@ -116,4 +116,14 @@ # include #endif +//////////////////////////////////////////////////////////// +/// \defgroup mixer SDL_mixer +/// +/// \brief Functions that are specific to SDL_mixer library +/// +//////////////////////////////////////////////////////////// +#ifdef SDL2PP_WITH_MIXER +# include +#endif + #endif