From 48d77aee2300faa56530ecc34fa713bfbe45b2f2 Mon Sep 17 00:00:00 2001 From: Niklumm Date: Mon, 20 Oct 2025 15:23:27 +0200 Subject: [PATCH] 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) {