aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/scumm.h
diff options
context:
space:
mode:
authorMax Horn2009-11-24 22:10:14 +0000
committerMax Horn2009-11-24 22:10:14 +0000
commitdf651bf20f1ddac3c28e55551e4fb81dfac1db38 (patch)
tree21355cb0a34212e064d35c50a17e85783b74e529 /engines/scumm/scumm.h
parent0d9609f7f9515a46a0c2c2dbe446b5c5d63cda75 (diff)
downloadscummvm-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/scumm/scumm.h')
-rw-r--r--engines/scumm/scumm.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/engines/scumm/scumm.h b/engines/scumm/scumm.h
index d903e883af..5c49d50531 100644
--- a/engines/scumm/scumm.h
+++ b/engines/scumm/scumm.h
@@ -51,6 +51,14 @@ namespace Common {
class WriteStream;
}
+/**
+ * This is the namespace of the SCUMM engine.
+ *
+ * Status of this engine: ???
+ *
+ * Supported games:
+ * - ???
+ */
namespace Scumm {
class Actor;