I\'ve just installed SDL 2 and I have some serious problems. This is my code:
#include int main(int argc, char* argv[]){ SDL_Init( SDL_I
I think you want
#define SDL_MAIN_HANDLED
in your main file, BEFORE the line
#include
from: https://stackoverflow.com/a/32343111/5214543