mirror of
https://github.com/hedge-dev/UnleashedRecomp.git
synced 2026-07-11 01:24:03 +02:00
23 lines
346 B
C++
23 lines
346 B
C++
#pragma once
|
|
|
|
inline std::array<const char*, 17> g_credits =
|
|
{
|
|
"Skyth",
|
|
"Sajid",
|
|
"Hyper",
|
|
"Darío",
|
|
"DeaThProj",
|
|
"RadiantDerg",
|
|
"PTKay",
|
|
"SuperSonic16",
|
|
"NextinHKRY",
|
|
"LadyLunanova",
|
|
"LJSTAR",
|
|
"saguinee",
|
|
"Goalringmod27",
|
|
"RagdollClash",
|
|
"DaGuAr",
|
|
"brianuuuSonic",
|
|
"Kitzuku"
|
|
};
|