add brianuuuSonic to credits

This commit is contained in:
DeaTh-G 2025-02-20 13:56:34 +01:00
parent 28d1052e98
commit 78226b5224

View file

@ -1,6 +1,6 @@
#pragma once #pragma once
inline std::array<const char*, 15> g_credits = inline std::array<const char*, 16> g_credits =
{ {
"Skyth", "Skyth",
"Hyper", "Hyper",
@ -17,4 +17,5 @@ inline std::array<const char*, 15> g_credits =
"Goalringmod27", "Goalringmod27",
"M&M", "M&M",
"DaGuAr", "DaGuAr",
"brianuuuSonic"
}; };