mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-01 05:11:09 +00:00
iPhone credits
svn-id: r30003
This commit is contained in:
parent
e16fd0a262
commit
cab99bf1a4
3
AUTHORS
3
AUTHORS
@ -101,6 +101,9 @@ ScummVM Team
|
||||
GP32:
|
||||
Won Star
|
||||
|
||||
iPhone:
|
||||
Oystein Eftevaag
|
||||
|
||||
Nintendo DS:
|
||||
Neil Millstone
|
||||
|
||||
|
@ -105,6 +105,9 @@ static const char *credits[] = {
|
||||
"\\C\\c1""GP32",
|
||||
"\\C\\c0""Won Star",
|
||||
"\\C\\c0""",
|
||||
"\\C\\c1""iPhone",
|
||||
"\\C\\c0""Oystein Eftevaag",
|
||||
"\\C\\c0""",
|
||||
"\\C\\c1""Nintendo DS",
|
||||
"\\C\\c0""Neil Millstone",
|
||||
"\\C\\c0""",
|
||||
|
@ -578,6 +578,10 @@ begin_credits("Credits");
|
||||
add_person("Won Star", "wonst719", "");
|
||||
end_section();
|
||||
|
||||
begin_section("iPhone");
|
||||
add_person("Oystein Eftevaag", "vinterstum", "");
|
||||
end_section();
|
||||
|
||||
begin_section("Nintendo DS");
|
||||
add_person("Neil Millstone", "agent-q", "");
|
||||
end_section();
|
||||
|
Loading…
Reference in New Issue
Block a user