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/draci | |
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/draci')
-rw-r--r-- | engines/draci/draci.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/engines/draci/draci.h b/engines/draci/draci.h index 605e8cc238..597269f025 100644 --- a/engines/draci/draci.h +++ b/engines/draci/draci.h @@ -37,10 +37,10 @@ class OSystem; /** * This is the namespace of the Draci engine. * - * Status of this engine: ??? + * Status of this engine: Complete * - * Supported games: - * - ??? + * Games using this engine: + * - Dragon History */ namespace Draci { |