mirror of
https://github.com/scummvm/scummvm.git
synced 2025-04-02 10:52:32 -04:00
9 lines
430 B
Raku
9 lines
430 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");
|
|
add_person("Avijeet Maurya", "StableSteady", "Scott Sub-engine");
|
|
end_section();
|