Files
system-control/include/Common.h
2025-04-10 23:20:19 +02:00

6 lines
114 B
C

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