aboutsummaryrefslogtreecommitdiff
path: root/engines/parallaction/debug.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/parallaction/debug.h')
-rw-r--r--engines/parallaction/debug.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/parallaction/debug.h b/engines/parallaction/debug.h
index 09938b8f1f..8345e62d8a 100644
--- a/engines/parallaction/debug.h
+++ b/engines/parallaction/debug.h
@@ -29,6 +29,8 @@ protected:
bool Cmd_Locations(int argc, const char **argv);
bool Cmd_GfxObjects(int argc, const char **argv);
bool Cmd_Programs(int argc, const char** argv);
+
+ Common::String decodeZoneFlags(uint32 flags);
};
} // End of namespace Parallaction