mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-15 14:18:37 +00:00
12 lines
469 B
Raku
12 lines
469 B
Raku
begin_section("Director");
|
|
add_person("Eugene Sandulenko", "sev", "");
|
|
add_person("Crane Yang", "sheep", "GSoC Student");
|
|
add_person("Dmitry Iskrich", "", "");
|
|
add_person("Deborah Servilla", "djsrv", "GSoC Student");
|
|
add_person("Nathanael Gentry", "npjg", "GSoC Student");
|
|
add_person("Roland van Laar", "rvanlaar", "");
|
|
add_person("Scott Percival", "moralrecordings", "");
|
|
add_person("Steven Hoefel", "", "");
|
|
add_person("Tobia Tesan", "", "");
|
|
end_section();
|