desktop code refactoring

Signed-off-by: Peter Siegmund <developer@mars3142.org>
This commit is contained in:
2025-04-10 23:31:16 +02:00
parent b3bf03999b
commit 5b82cd8189
22 changed files with 163 additions and 158 deletions

5
src/Common.h Normal file
View File

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