This commit is contained in:
Niklumm 2025-10-20 15:23:27 +02:00
parent f8539d4732
commit 48d77aee23
2 changed files with 3 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,7 +3,9 @@
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 hier ist robert
//hallo Robert hier ist Niklas
//test //test
void gamecube::Update(float flipSpeed) void gamecube::Update(float flipSpeed)
{ {