From f3d4de5a0d16824fd1c5595b793957ad00c3afba Mon Sep 17 00:00:00 2001 From: marcelbls Date: Mon, 20 Oct 2025 15:07:54 +0200 Subject: [PATCH] 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)