Working on Window

This commit is contained in:
2026-01-28 22:28:17 +01:00
parent b072bba651
commit 2d02041ef5
3 changed files with 110 additions and 9 deletions

View File

@@ -38,6 +38,7 @@ project(DREAM2026
set(DREAM2026_SOURCES
cmake.toml
"src/Engine/Engine.cpp"
"src/Engine/Window/Window.cpp"
"src/Game/src/Game.cpp"
"src/main.cpp"
)