From 78226b52244b9b62f83d88bb5bfcc6a7504dffdf Mon Sep 17 00:00:00 2001 From: DeaTh-G Date: Thu, 20 Feb 2025 13:56:34 +0100 Subject: [PATCH] add brianuuuSonic to credits --- UnleashedRecomp/res/credits.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/UnleashedRecomp/res/credits.h b/UnleashedRecomp/res/credits.h index aa194783..35bb2634 100644 --- a/UnleashedRecomp/res/credits.h +++ b/UnleashedRecomp/res/credits.h @@ -1,6 +1,6 @@ #pragma once -inline std::array g_credits = +inline std::array g_credits = { "Skyth", "Hyper", @@ -17,4 +17,5 @@ inline std::array g_credits = "Goalringmod27", "M&M", "DaGuAr", + "brianuuuSonic" };