From a6a651572179506847b237409239f2aab91a7cf8 Mon Sep 17 00:00:00 2001 From: toaster Date: Tue, 2 Apr 2024 18:15:09 +0100 Subject: [PATCH] The final menu layout for Time attack in v1 and SRB2 2.2 was also largely me, and I forgot how little this code has been altered at its core --- src/menus/play-local-race-time-attack.c | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/menus/play-local-race-time-attack.c b/src/menus/play-local-race-time-attack.c index 0b2e4d3ee..2e478eac6 100644 --- a/src/menus/play-local-race-time-attack.c +++ b/src/menus/play-local-race-time-attack.c @@ -1,3 +1,13 @@ +// DR. ROBOTNIK'S RING RACERS +//----------------------------------------------------------------------------- +// Copyright (C) 2024 by Vivian "toastergrl" Grannell. +// Copyright (C) 2024 by Kart Krew. +// Copyright (C) 2020 by Sonic Team Junior. +// +// This program is free software distributed under the +// terms of the GNU General Public License, version 2. +// See the 'LICENSE' file for more details. +//----------------------------------------------------------------------------- /// \file menus/play-local-race-time-attack.c /// \brief Race Time Attack Menu