Add mixer to main SDL2pp include file

This commit is contained in:
Dmitry Marakasov 2015-08-27 20:34:54 +03:00
parent 88ff4a1065
commit a0843fbb7d

View File

@ -116,4 +116,14 @@
# include <SDL2pp/SDLImage.hh>
#endif
////////////////////////////////////////////////////////////
/// \defgroup mixer SDL_mixer
///
/// \brief Functions that are specific to SDL_mixer library
///
////////////////////////////////////////////////////////////
#ifdef SDL2PP_WITH_MIXER
# include <SDL2pp/SDLMixer.hh>
#endif
#endif