mirror of
https://github.com/libSDL2pp/libSDL2pp.git
synced 2025-09-12 08:48:04 -04:00
Include SDLImage conditionally
This commit is contained in:
parent
0c0a7aad15
commit
835ce5d7c0
@ -95,12 +95,14 @@
|
|||||||
#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
|
||||||
/// \brief Functions that are specific to SDL_image library
|
///
|
||||||
///
|
/// \brief Functions that are specific to SDL_image library
|
||||||
////////////////////////////////////////////////////////////
|
///
|
||||||
#include <SDL2pp/SDLImage.hh>
|
////////////////////////////////////////////////////////////
|
||||||
|
# include <SDL2pp/SDLImage.hh>
|
||||||
|
#endif
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user