I have the following simple SDL code:
#include #include #include // helpers bool init(SDL_Window **win, SDL_Sur
Please rename your function
void close(SDL_Window **win, SDL_Surface **surf)
since close is a standard C library function.
close