diff options
author | Max Horn | 2009-11-24 22:10:14 +0000 |
---|---|---|
committer | Max Horn | 2009-11-24 22:10:14 +0000 |
commit | df651bf20f1ddac3c28e55551e4fb81dfac1db38 (patch) | |
tree | 21355cb0a34212e064d35c50a17e85783b74e529 /engines/cine | |
parent | 0d9609f7f9515a46a0c2c2dbe446b5c5d63cda75 (diff) | |
download | scummvm-rg350-df651bf20f1ddac3c28e55551e4fb81dfac1db38.tar.gz scummvm-rg350-df651bf20f1ddac3c28e55551e4fb81dfac1db38.tar.bz2 scummvm-rg350-df651bf20f1ddac3c28e55551e4fb81dfac1db38.zip |
Added Doxygen comments for the various engine namespaces (currently mostly without details; help filling these out is welcome)
svn-id: r46128
Diffstat (limited to 'engines/cine')
-rw-r--r-- | engines/cine/cine.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/engines/cine/cine.h b/engines/cine/cine.h index ab43674af7..38fb76e6a8 100644 --- a/engines/cine/cine.h +++ b/engines/cine/cine.h @@ -49,6 +49,14 @@ //#define DUMP_SCRIPTS +/** + * This is the namespace of the Cine engine. + * + * Status of this engine: ??? + * + * Supported games: + * - ??? + */ namespace Cine { enum CineGameType { |