diff options
author | Max Horn | 2010-10-15 12:48:19 +0000 |
---|---|---|
committer | Max Horn | 2010-10-15 12:48:19 +0000 |
commit | 4ccce198761e9e7da5ec495345515f7ddf922743 (patch) | |
tree | 8383e880db565dd2fb8597ee6b2c12c260f788ca /engines/gob | |
parent | 42f2a131553cf0e8e1fd30beba7402c6530513ea (diff) | |
download | scummvm-rg350-4ccce198761e9e7da5ec495345515f7ddf922743.tar.gz scummvm-rg350-4ccce198761e9e7da5ec495345515f7ddf922743.tar.bz2 scummvm-rg350-4ccce198761e9e7da5ec495345515f7ddf922743.zip |
ENGINES: Enhance namespace comments a bit
svn-id: r53484
Diffstat (limited to 'engines/gob')
-rw-r--r-- | engines/gob/gob.h | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/engines/gob/gob.h b/engines/gob/gob.h index c5d406af95..fe69e27c01 100644 --- a/engines/gob/gob.h +++ b/engines/gob/gob.h @@ -43,8 +43,14 @@ namespace GUI { * * Status of this engine: ??? * - * Supported games: - * - ??? + * Games using this engine: + * - Gobliiins + * - Gobliins 2 + * - Goblins 3 + * - Ween: The Prophecy + * - Bargon Attack + * - Lost in Time + * - The Bizarre Adventures of Woodruff and the Schnibble */ namespace Gob { |