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