From f3d4de5a0d16824fd1c5595b793957ad00c3afba Mon Sep 17 00:00:00 2001 From: marcelbls Date: Mon, 20 Oct 2025 15:07:54 +0200 Subject: [PATCH 1/3] test --- gamecube.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gamecube.cpp b/gamecube.cpp index 6848d50..e8ada66 100644 --- a/gamecube.cpp +++ b/gamecube.cpp @@ -3,6 +3,8 @@ gamecube::gamecube(const Vec3 &pos, Color col) : position(pos), color(col) {} + + //test void gamecube::Update(float flipSpeed) { if (flippingForward) From f8539d4732e14a0cd7f2ecb774b51e1bc0e31c6a Mon Sep 17 00:00:00 2001 From: Robert Guballa Date: Mon, 20 Oct 2025 15:13:25 +0200 Subject: [PATCH 2/3] Hallo hier ist Robert Kommentar --- gamecube.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gamecube.cpp b/gamecube.cpp index e8ada66..edb7046 100644 --- a/gamecube.cpp +++ b/gamecube.cpp @@ -3,7 +3,7 @@ gamecube::gamecube(const Vec3 &pos, Color col) : position(pos), color(col) {} - +// hallo hier ist robert //test void gamecube::Update(float flipSpeed) { From 48d77aee2300faa56530ecc34fa713bfbe45b2f2 Mon Sep 17 00:00:00 2001 From: Niklumm Date: Mon, 20 Oct 2025 15:23:27 +0200 Subject: [PATCH 3/3] antwort --- CMakeLists.txt | 2 +- gamecube.cpp | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 9a2a42a..49025c2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -18,7 +18,7 @@ set(SRC_FILES ) set(INCLUDE_DIRS - ${CMAKE_CURRENT_LIST_DIR}/linux + ${CMAKE_CURRENT_LIST_DIR}/OS_NAME ) add_executable(${EXECUTABLE_NAME} ${SRC_FILES}) diff --git a/gamecube.cpp b/gamecube.cpp index edb7046..69bca91 100644 --- a/gamecube.cpp +++ b/gamecube.cpp @@ -3,7 +3,9 @@ gamecube::gamecube(const Vec3 &pos, Color col) : position(pos), color(col) {} + // hallo hier ist robert +//hallo Robert hier ist Niklas //test void gamecube::Update(float flipSpeed) {