Window init(String title, int width, int height) { SDL_Init(SDL_INIT_EVERYTHING); return Window(title, width, height); }