mirror of
https://github.com/libSDL2pp/libSDL2pp.git
synced 2025-09-14 17:56:08 -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
|
||||
///
|
||||
////////////////////////////////////////////////////////////
|
||||
SDLImage(int flags);
|
||||
SDLImage(int flags = 0);
|
||||
|
||||
////////////////////////////////////////////////////////////
|
||||
/// \brief Destructor, deinitializes SDL_image library
|
||||
|
Loading…
x
Reference in New Issue
Block a user