Include SDLImage conditionally

This commit is contained in:
Dmitry Marakasov 2014-12-28 06:09:59 +03:00
parent 0c0a7aad15
commit 835ce5d7c0

View File

@ -95,6 +95,7 @@
#include <SDL2pp/ContainerRWops.hh> #include <SDL2pp/ContainerRWops.hh>
#include <SDL2pp/StreamRWops.hh> #include <SDL2pp/StreamRWops.hh>
#ifdef SDL2PP_WITH_IMAGE
//////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////
/// \defgroup image SDL_image /// \defgroup image SDL_image
/// ///
@ -102,5 +103,6 @@
/// ///
//////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////
# include <SDL2pp/SDLImage.hh> # include <SDL2pp/SDLImage.hh>
#endif
#endif #endif