diff options
-rw-r--r-- | AUTHORS | 4 | ||||
-rwxr-xr-x | devtools/credits.pl | 5 | ||||
-rw-r--r-- | gui/credits.h | 5 |
3 files changed, 14 insertions, 0 deletions
@@ -106,6 +106,10 @@ ScummVM Team Scott Thomas Jordi Vilalta Prat + Hopkins: + Arnaud Boutonne + Paul Gilbert + Hugo: Arnaud Boutonne Oystein Eftevaag diff --git a/devtools/credits.pl b/devtools/credits.pl index 28c3139bfd..03585a5256 100755 --- a/devtools/credits.pl +++ b/devtools/credits.pl @@ -590,6 +590,11 @@ begin_credits("Credits"); add_person("Jordi Vilalta Prat", "jvprat", ""); end_section(); + begin_section("Hopkins"); + add_person("Arnaud Boutonné", "Strangerke", ""); + add_person("Paul Gilbert", "dreammaster", ""); + end_section(); + begin_section("Hugo"); add_person("Arnaud Boutonné", "Strangerke", ""); add_person("Oystein Eftevaag", "vinterstum", ""); diff --git a/gui/credits.h b/gui/credits.h index 42e515dd70..da47cb2138 100644 --- a/gui/credits.h +++ b/gui/credits.h @@ -129,6 +129,11 @@ static const char *credits[] = { "C0""Scott Thomas", "C0""Jordi Vilalta Prat", "", +"C1""Hopkins", +"A0""Arnaud Boutonne", +"C0""Arnaud Boutonn\351", +"C0""Paul Gilbert", +"", "C1""Hugo", "A0""Arnaud Boutonne", "C0""Arnaud Boutonn\351", |