diff options
author | Julien Templier | 2010-10-18 21:35:15 +0000 |
---|---|---|
committer | Julien Templier | 2010-10-18 21:35:15 +0000 |
commit | 5c2bcadd214b0af8f10e2915b986735739c42b36 (patch) | |
tree | 0976988cc3f8df4d0cfa8d0ee678f2527705083c /tools | |
parent | 5ff68b49d739d990b781102441b4473b9ff3ae2b (diff) | |
download | scummvm-rg350-5c2bcadd214b0af8f10e2915b986735739c42b36.tar.gz scummvm-rg350-5c2bcadd214b0af8f10e2915b986735739c42b36.tar.bz2 scummvm-rg350-5c2bcadd214b0af8f10e2915b986735739c42b36.zip |
CREDITS: Add lastexpress engine
svn-id: r53590
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/credits.pl | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tools/credits.pl b/tools/credits.pl index fe7e21b8ed..6175906796 100755 --- a/tools/credits.pl +++ b/tools/credits.pl @@ -592,6 +592,12 @@ begin_credits("Credits"); add_person("Johannes Schickel", "LordHoto", ""); end_section(); + begin_section("Last Express"); + add_person("Matthew Hoops", "clone2727", ""); + add_person("Jordi Vilalta Prat", "jvprat", ""); + add_person("Julien Templier", "littleboy", ""); + end_section(); + begin_section("Lure"); add_person("Paul Gilbert", "dreammaster", ""); end_section(); |