#pragma once #include "model/Window.h" auto createWindow(const char *title, int width, int height) -> Window *;