diff options
-rw-r--r-- | AUTHORS | 3 | ||||
-rwxr-xr-x | devtools/credits.pl | 4 | ||||
-rw-r--r-- | gui/credits.h | 3 |
3 files changed, 10 insertions, 0 deletions
@@ -211,6 +211,9 @@ ScummVM Team Tucker: Gregory Montoir - (retired) + Wintermute: + Einar Johan T. Somaae + Backend Teams ------------- Android: diff --git a/devtools/credits.pl b/devtools/credits.pl index 7ce17a9df6..b1a73caad7 100755 --- a/devtools/credits.pl +++ b/devtools/credits.pl @@ -697,6 +697,10 @@ begin_credits("Credits"); add_person("Gregory Montoir", "cyx", "(retired)"); end_section(); + begin_section("Wintermute"); + add_person("Einar Johan T. Sømåen", "somaen", ""); + end_section(); + end_section(); diff --git a/gui/credits.h b/gui/credits.h index fdde2da821..f971d06f36 100644 --- a/gui/credits.h +++ b/gui/credits.h @@ -249,6 +249,9 @@ static const char *credits[] = { "C0""Gregory Montoir", "C2""(retired)", "", +"C1""Wintermute", +"C0""Einar Johan T. S\370m\345en", +"", "", "C1""Backend Teams", "C1""Android", |