mirror of
https://github.com/libSDL2pp/libSDL2pp.git
synced 2025-09-15 02:12:06 -04:00
Provide default value for SDL_image init flags
This commit is contained in:
parent
c319587b3b
commit
2e3f6bbeb2
@ -64,7 +64,7 @@ public:
|
|||||||
/// \see https://www.libsdl.org/projects/SDL_image/docs/SDL_image.html#SEC8
|
/// \see https://www.libsdl.org/projects/SDL_image/docs/SDL_image.html#SEC8
|
||||||
///
|
///
|
||||||
////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////
|
||||||
SDLImage(int flags);
|
SDLImage(int flags = 0);
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////
|
||||||
/// \brief Destructor, deinitializes SDL_image library
|
/// \brief Destructor, deinitializes SDL_image library
|
||||||
|
Loading…
x
Reference in New Issue
Block a user