src/SDL/MyOpenGLView.m:1717:6: error: call to undeclared function 'SDL_SavePNG'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
1717 | if(!SDL_SavePNG(tmpSurface, [pathToPic UTF8String]))
| ^
et al ...
Why is this even here?
SDL_SavePNG is a feature available only with SDL 3.4.0 and later.
src/SDL/MyOpenGLView.m:1717:6: error: call to undeclared function 'SDL_SavePNG'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
1717 | if(!SDL_SavePNG(tmpSurface, [pathToPic UTF8String]))
| ^
et al ...
Why is this even here?
SDL_SavePNG is a feature available only with SDL 3.4.0 and later.