From 9e5719f8f02187e6cdba7fab10fe37a9629c0c7b Mon Sep 17 00:00:00 2001 From: Niklumm Date: Sun, 23 Nov 2025 13:31:24 +0100 Subject: [PATCH] working flexible cube count --- .idea/editor.xml | 476 ++++++++++++++++++++++---------------------- .idea/workspace.xml | 51 +++-- CMakeLists.txt | 1 + createCube.cpp | 71 +++++++ createCube.h | 11 + main.cpp | 16 +- 6 files changed, 367 insertions(+), 259 deletions(-) create mode 100644 createCube.cpp create mode 100644 createCube.h diff --git a/.idea/editor.xml b/.idea/editor.xml index 55d1bc1..b0d69ef 100644 --- a/.idea/editor.xml +++ b/.idea/editor.xml @@ -2,482 +2,482 @@ \ No newline at end of file diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 4e8c535..f1c45b6 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -7,17 +7,22 @@