From 4a87bb804c32dbe28ddd0f41bb94181a851ed406 Mon Sep 17 00:00:00 2001 From: benditstr Date: Mon, 27 Oct 2025 16:49:00 +0100 Subject: [PATCH] otto --- .idea/.gitignore | 8 - .idea/.name | 1 - .idea/{Programmieren_3b.iml => PROG_3B.iml} | 0 .idea/editor.xml | 97 + .idea/modules.xml | 2 +- CMakeLists.txt | 12 +- .../reply/cache-v2-26fadb9308b8155ab863.json | 1327 ------------- .../cmakeFiles-v1-02c2dc126835d6afc55e.json | 828 -------- .../codemodel-v2-9dea2b442e0ec6147017.json | 60 - ...irectory-.-Debug-d0094a50bb2071803777.json | 14 - .../reply/index-2025-10-26T17-41-38-0649.json | 108 -- ...get-Prog3B-Debug-792d125264c5420d6d10.json | 156 -- .../toolchains-v1-6082f31f4c46160119db.json | 93 - cmake-build-debug/CMakeCache.txt | 148 +- .../CMakeFiles/3.30.5/CMakeCCompiler.cmake | 34 +- .../CMakeFiles/3.30.5/CMakeCXXCompiler.cmake | 38 +- .../3.30.5/CMakeDetermineCompilerABI_C.bin | Bin 43069 -> 17000 bytes .../3.30.5/CMakeDetermineCompilerABI_CXX.bin | Bin 43088 -> 16984 bytes .../CMakeFiles/3.30.5/CMakeRCCompiler.cmake | 6 - .../CMakeFiles/3.30.5/CMakeSystem.cmake | 16 +- .../CMakeFiles/3.30.5/CompilerIdC/a.exe | Bin 43144 -> 0 bytes .../CMakeFiles/3.30.5/CompilerIdCXX/a.exe | Bin 43172 -> 0 bytes .../CMakeFiles/CMakeConfigureLog.yaml | 609 +++--- .../CMakeFiles/TargetDirectories.txt | 6 +- .../CMakeFiles/clion-Debug-log.txt | 16 +- .../CMakeFiles/clion-environment.txt | 5 +- cmake-build-debug/CMakeFiles/rules.ninja | 10 +- .../Testing/Temporary/LastTest.log | 4 +- cmake-build-debug/build.ninja | 63 +- cmake-build-debug/cmake_install.cmake | 8 +- cmake-build-debug/compile_commands.json | 16 +- gamecube.cpp | 2 + gamecube.h | 2 +- raylib/raylib.h | 1708 ----------------- raylib/raymath.h => raymath.h | 0 raylib/rlgl.h => rlgl.h | 0 36 files changed, 567 insertions(+), 4830 deletions(-) delete mode 100644 .idea/.gitignore delete mode 100644 .idea/.name rename .idea/{Programmieren_3b.iml => PROG_3B.iml} (100%) delete mode 100644 cmake-build-debug/.cmake/api/v1/reply/cache-v2-26fadb9308b8155ab863.json delete mode 100644 cmake-build-debug/.cmake/api/v1/reply/cmakeFiles-v1-02c2dc126835d6afc55e.json delete mode 100644 cmake-build-debug/.cmake/api/v1/reply/codemodel-v2-9dea2b442e0ec6147017.json delete mode 100644 cmake-build-debug/.cmake/api/v1/reply/directory-.-Debug-d0094a50bb2071803777.json delete mode 100644 cmake-build-debug/.cmake/api/v1/reply/index-2025-10-26T17-41-38-0649.json delete mode 100644 cmake-build-debug/.cmake/api/v1/reply/target-Prog3B-Debug-792d125264c5420d6d10.json delete mode 100644 cmake-build-debug/.cmake/api/v1/reply/toolchains-v1-6082f31f4c46160119db.json mode change 100644 => 100755 cmake-build-debug/CMakeFiles/3.30.5/CMakeDetermineCompilerABI_C.bin mode change 100644 => 100755 cmake-build-debug/CMakeFiles/3.30.5/CMakeDetermineCompilerABI_CXX.bin delete mode 100644 cmake-build-debug/CMakeFiles/3.30.5/CMakeRCCompiler.cmake delete mode 100644 cmake-build-debug/CMakeFiles/3.30.5/CompilerIdC/a.exe delete mode 100644 cmake-build-debug/CMakeFiles/3.30.5/CompilerIdCXX/a.exe delete mode 100644 raylib/raylib.h rename raylib/raymath.h => raymath.h (100%) rename raylib/rlgl.h => rlgl.h (100%) diff --git a/.idea/.gitignore b/.idea/.gitignore deleted file mode 100644 index 13566b8..0000000 --- a/.idea/.gitignore +++ /dev/null @@ -1,8 +0,0 @@ -# Default ignored files -/shelf/ -/workspace.xml -# Editor-based HTTP Client requests -/httpRequests/ -# Datasource local storage ignored files -/dataSources/ -/dataSources.local.xml diff --git a/.idea/.name b/.idea/.name deleted file mode 100644 index ed8527b..0000000 --- a/.idea/.name +++ /dev/null @@ -1 +0,0 @@ -Prog3B \ No newline at end of file diff --git a/.idea/Programmieren_3b.iml b/.idea/PROG_3B.iml similarity index 100% rename from .idea/Programmieren_3b.iml rename to .idea/PROG_3B.iml diff --git a/.idea/editor.xml b/.idea/editor.xml index b0d69ef..1f0ef49 100644 --- a/.idea/editor.xml +++ b/.idea/editor.xml @@ -1,6 +1,103 @@ +