diff options
author | Scott Thomas | 2009-11-27 06:46:07 +0000 |
---|---|---|
committer | Scott Thomas | 2009-11-27 06:46:07 +0000 |
commit | 6e26b4a1c8fcfc6e3e71ee0d7229a1a1792afdbe (patch) | |
tree | 6fe1907fa6d8f71e2e9cc634425739b6e43eb54b | |
parent | 109dff89ddd45f12176f0a2e9546559e55fc0699 (diff) | |
download | scummvm-rg350-6e26b4a1c8fcfc6e3e71ee0d7229a1a1792afdbe.tar.gz scummvm-rg350-6e26b4a1c8fcfc6e3e71ee0d7229a1a1792afdbe.tar.bz2 scummvm-rg350-6e26b4a1c8fcfc6e3e71ee0d7229a1a1792afdbe.zip |
Brief Groovie namespace comment
svn-id: r46161
-rw-r--r-- | engines/groovie/groovie.h | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/engines/groovie/groovie.h b/engines/groovie/groovie.h index e701556268..2fa86c7209 100644 --- a/engines/groovie/groovie.h +++ b/engines/groovie/groovie.h @@ -39,10 +39,17 @@ /** * This is the namespace of the Groovie engine. * - * Status of this engine: ??? + * Status of this engine: This engine supports both versions of the Groovie + * game engine. The 7th Guest uses the first revision of Groovie, and is + * now fully completable. All remaining Groovie games use V2 of the engine, + * which is under slow development. * * Supported games: - * - ??? + * - The 7th Guest (completable) + * - The 11th Hour + * - Clandestiny + * - Uncle Henry's Playhouse + * - Tender Loving Care */ namespace Groovie { |