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