From 90a52ec3b740f5094378184cfd7d2de9bb4d5b4c Mon Sep 17 00:00:00 2001 From: Nimra Bhatti Date: Fri, 17 Oct 2025 10:47:24 +0000 Subject: [PATCH] Dateien nach "/" hochladen --- gamecube.cpp | 2 +- main.cpp | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/gamecube.cpp b/gamecube.cpp index 751af27..6848d50 100644 --- a/gamecube.cpp +++ b/gamecube.cpp @@ -63,4 +63,4 @@ void gamecube::Draw() const } Vec3 gamecube::GetPosition() const { return position; } -float gamecube::GetRotationY() const { return rotation; } +float gamecube::GetRotationY() const { return rotation; } \ No newline at end of file diff --git a/main.cpp b/main.cpp index 8535dc5..287251d 100644 --- a/main.cpp +++ b/main.cpp @@ -133,5 +133,4 @@ int main() CloseWindow(); return 0; -} - +} \ No newline at end of file