aboutsummaryrefslogtreecommitdiff
path: root/engines/hugo/hugo.h
diff options
context:
space:
mode:
authorArnaud Boutonné2010-10-25 14:03:01 +0000
committerArnaud Boutonné2010-10-25 14:03:01 +0000
commitf4ae774751a82c934203e371b93a144ef1991e7d (patch)
treeeefa9ef683b492965dee04df40c49e729a9f56a9 /engines/hugo/hugo.h
parent35f220ace2ae1839f8a0706fc0e3de1ad39a6045 (diff)
downloadscummvm-rg350-f4ae774751a82c934203e371b93a144ef1991e7d.tar.gz
scummvm-rg350-f4ae774751a82c934203e371b93a144ef1991e7d.tar.bz2
scummvm-rg350-f4ae774751a82c934203e371b93a144ef1991e7d.zip
HUGO: Add a debug channel for Object functions
svn-id: r53826
Diffstat (limited to 'engines/hugo/hugo.h')
-rw-r--r--engines/hugo/hugo.h17
1 files changed, 9 insertions, 8 deletions
diff --git a/engines/hugo/hugo.h b/engines/hugo/hugo.h
index af82e3e2bb..2be56e345d 100644
--- a/engines/hugo/hugo.h
+++ b/engines/hugo/hugo.h
@@ -72,14 +72,15 @@ enum GameVariant {
};
enum HugoDebugChannels {
- kDebugSchedule = 1 << 0,
- kDebugEngine = 1 << 1,
- kDebugDisplay = 1 << 2,
- kDebugMouse = 1 << 3,
- kDebugParser = 1 << 4,
- kDebugFile = 1 << 5,
- kDebugRoute = 1 << 6,
- kDebugInventory = 1 << 7
+ kDebugSchedule = 1 << 0,
+ kDebugEngine = 1 << 1,
+ kDebugDisplay = 1 << 2,
+ kDebugMouse = 1 << 3,
+ kDebugParser = 1 << 4,
+ kDebugFile = 1 << 5,
+ kDebugRoute = 1 << 6,
+ kDebugInventory = 1 << 7,
+ kDebugObject = 1 << 8
};
enum HugoGameFeatures {