mirror of
https://github.com/libretro/scummvm.git
synced 2025-03-03 16:58:26 +00:00
9 lines
363 B
Raku
9 lines
363 B
Raku
begin_section("Glk");
|
|
add_person("Paul Gilbert", "dreammaster", "");
|
|
add_person("Tor Andersson", "", "GarGlk library");
|
|
add_person("Stefan Jokisch", "", "Frotz interpreter");
|
|
add_person("Andrew Plotkin", "", "Glulxe interpreter");
|
|
add_person("Alan Cox", "", "ScottFree interpreter");
|
|
add_person("Michael J. Roberts", "", "TADS interpreter");
|
|
end_section();
|