This commit is contained in:
Legaeli 2025-10-20 15:24:04 +02:00
commit 653f9c48c2
2 changed files with 5 additions and 1 deletions

View File

@ -18,7 +18,7 @@ set(SRC_FILES
) )
set(INCLUDE_DIRS set(INCLUDE_DIRS
${CMAKE_CURRENT_LIST_DIR}/linux ${CMAKE_CURRENT_LIST_DIR}/OS_NAME
) )
add_executable(${EXECUTABLE_NAME} ${SRC_FILES}) add_executable(${EXECUTABLE_NAME} ${SRC_FILES})

View File

@ -3,6 +3,10 @@
gamecube::gamecube(const Vec3 &pos, Color col) gamecube::gamecube(const Vec3 &pos, Color col)
: position(pos), color(col) {} : position(pos), color(col) {}
// hallo hier ist robert
//hallo Robert hier ist Niklas
//test
void gamecube::Update(float flipSpeed) void gamecube::Update(float flipSpeed)
{ {
if (flippingForward) if (flippingForward)