mirror of
https://github.com/libSDL2pp/libSDL2pp.git
synced 2025-09-10 16:03:21 -04:00
Add mixer to main SDL2pp include file
This commit is contained in:
parent
88ff4a1065
commit
a0843fbb7d
@ -116,4 +116,14 @@
|
|||||||
# include <SDL2pp/SDLImage.hh>
|
# include <SDL2pp/SDLImage.hh>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
////////////////////////////////////////////////////////////
|
||||||
|
/// \defgroup mixer SDL_mixer
|
||||||
|
///
|
||||||
|
/// \brief Functions that are specific to SDL_mixer library
|
||||||
|
///
|
||||||
|
////////////////////////////////////////////////////////////
|
||||||
|
#ifdef SDL2PP_WITH_MIXER
|
||||||
|
# include <SDL2pp/SDLMixer.hh>
|
||||||
|
#endif
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user