Hello everyone! OK, I've heard the correct way of using SDL is this: #include <SDL.h> and passing `sdl-config --cflags` to the compiler, but there's no such file sdl-config in Windows... :/ How should I do it? Just move all the files in include/SDL to include? Thanks!