aboutsummaryrefslogtreecommitdiff
path: root/engines/hugo
diff options
context:
space:
mode:
authorMax Horn2010-10-15 12:28:56 +0000
committerMax Horn2010-10-15 12:28:56 +0000
commit34cc54eaa92d0aa02c8c61b6c3522776971988b2 (patch)
tree1728ddf2159451056e4a439b0f9f62f7f703c8ef /engines/hugo
parent2fed5ff83244d6d66199239c3753e5934ed18b7b (diff)
downloadscummvm-rg350-34cc54eaa92d0aa02c8c61b6c3522776971988b2.tar.gz
scummvm-rg350-34cc54eaa92d0aa02c8c61b6c3522776971988b2.tar.bz2
scummvm-rg350-34cc54eaa92d0aa02c8c61b6c3522776971988b2.zip
Add doxygen comment for namespaces of several engines.
This is an empty template which ideally engine maintainers would update and complete with concrete information... svn-id: r53481
Diffstat (limited to 'engines/hugo')
-rw-r--r--engines/hugo/hugo.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/engines/hugo/hugo.h b/engines/hugo/hugo.h
index 1ff672d00f..b9a3047b45 100644
--- a/engines/hugo/hugo.h
+++ b/engines/hugo/hugo.h
@@ -45,7 +45,16 @@ namespace Common {
class RandomSource;
}
+/**
+ * This is the namespace of the Hugo engine.
+ *
+ * Status of this engine: ???
+ *
+ * Supported games:
+ * - ???
+ */
namespace Hugo {
+
enum GameType {
kGameTypeNone = 0,
kGameTypeHugo1,