diff options
author | Cameron Cawley | 2017-11-19 12:22:41 +0000 |
---|---|---|
committer | Colin Snover | 2017-11-21 14:51:14 -0600 |
commit | 0c222d95d6a692afc1bb68db2e7eb1693929a2e5 (patch) | |
tree | 0e2d36e371ba0ecffeb54bd86974afa20c083127 | |
parent | ddbfb8518b6fdfe58e3574421fd6b9243ad2c761 (diff) | |
download | scummvm-rg350-0c222d95d6a692afc1bb68db2e7eb1693929a2e5.tar.gz scummvm-rg350-0c222d95d6a692afc1bb68db2e7eb1693929a2e5.tar.bz2 scummvm-rg350-0c222d95d6a692afc1bb68db2e7eb1693929a2e5.zip |
CREDITS: Add credits for RISC OS port
Closes gh-1068.
-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
@@ -486,6 +486,9 @@ Other contributions OS/2: Paul Smedley + RISC OS: + Cameron Cawley + SlackWare: Robert Kelsen diff --git a/devtools/credits.pl b/devtools/credits.pl index fcf5602992..e86ea0e854 100755 --- a/devtools/credits.pl +++ b/devtools/credits.pl @@ -1058,6 +1058,10 @@ begin_credits("Credits"); add_person("Paul Smedley", "Creeping", ""); end_section(); + begin_section("RISC OS"); + add_person("Cameron Cawley", "ccawley2011", ""); + end_section(); + begin_section("SlackWare"); add_person("Robert Kelsen", "", ""); end_section(); diff --git a/gui/credits.h b/gui/credits.h index c0d7b32032..8f3f934024 100644 --- a/gui/credits.h +++ b/gui/credits.h @@ -589,6 +589,9 @@ static const char *credits[] = { "C1""OS/2", "C0""Paul Smedley", "", +"C1""RISC OS", +"C0""Cameron Cawley", +"", "C1""SlackWare", "C0""Robert Kelsen", "", |