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
@@ -112,6 +112,10 @@ ScummVM Team Vladimir Menshakov - (retired) Willem Jan Palenstijn + Gnap: + Arnaud Boutonne + Benjamin Haisch + Gob: Torbjorn Andersson Arnaud Boutonne diff --git a/devtools/credits.pl b/devtools/credits.pl index 80f4c6d487..33e9c82830 100755 --- a/devtools/credits.pl +++ b/devtools/credits.pl @@ -614,6 +614,11 @@ begin_credits("Credits"); add_person("Willem Jan Palenstijn", "wjp", ""); end_section(); + begin_section("Gnap"); + add_person("Arnaud Boutonné", "Strangerke", ""); + add_person("Benjamin Haisch", "john_doe", ""); + end_section(); + begin_section("Gob"); add_person("Torbjörn Andersson", "eriktorbjorn", ""); add_person("Arnaud Boutonné", "Strangerke", ""); diff --git a/gui/credits.h b/gui/credits.h index 79f4516370..8a0cd18da7 100644 --- a/gui/credits.h +++ b/gui/credits.h @@ -138,6 +138,11 @@ static const char *credits[] = { "C2""(retired)", "C0""Willem Jan Palenstijn", "", +"C1""Gnap", +"A0""Arnaud Boutonne", +"C0""Arnaud Boutonn\351", +"C0""Benjamin Haisch", +"", "C1""Gob", "A0""Torbjorn Andersson", "C0""Torbj\366rn Andersson", |