diff options
Diffstat (limited to 'engines/hugo')
-rw-r--r-- | engines/hugo/hugo.h | 9 |
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, |