Files
system-control/src/Common.h
2025-06-09 00:17:54 +02:00

6 lines
114 B
C

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