Loads the SDL2_image shared dynamic library, which wraps bindbc-sdl's loadSDLImage function
Unless if bindbc-sdl is on static mode (by adding a BindSDL_Static version), this function will exist and must
be called before any calls are made to the library. Otherwise, a segfault will happen upon any function calls.
Loads the SDL2_image shared dynamic library, which wraps bindbc-sdl's loadSDLImage function
Unless if bindbc-sdl is on static mode (by adding a BindSDL_Static version), this function will exist and must be called before any calls are made to the library. Otherwise, a segfault will happen upon any function calls.