mirror of
https://github.com/libSDL2pp/libSDL2pp.git
synced 2025-09-11 16:25:37 -04:00
Include SDLImage conditionally
This commit is contained in:
parent
0c0a7aad15
commit
835ce5d7c0
@ -95,12 +95,14 @@
|
||||
#include <SDL2pp/ContainerRWops.hh>
|
||||
#include <SDL2pp/StreamRWops.hh>
|
||||
|
||||
////////////////////////////////////////////////////////////
|
||||
/// \defgroup image SDL_image
|
||||
///
|
||||
/// \brief Functions that are specific to SDL_image library
|
||||
///
|
||||
////////////////////////////////////////////////////////////
|
||||
#include <SDL2pp/SDLImage.hh>
|
||||
#ifdef SDL2PP_WITH_IMAGE
|
||||
////////////////////////////////////////////////////////////
|
||||
/// \defgroup image SDL_image
|
||||
///
|
||||
/// \brief Functions that are specific to SDL_image library
|
||||
///
|
||||
////////////////////////////////////////////////////////////
|
||||
# include <SDL2pp/SDLImage.hh>
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user