aboutsummaryrefslogtreecommitdiff
path: root/engines/parallaction/objects.h
diff options
context:
space:
mode:
authorNicola Mettifogo2007-10-19 20:27:10 +0000
committerNicola Mettifogo2007-10-19 20:27:10 +0000
commitef14311c99ceab8680aae8faa7bcf4fc59cbdf2d (patch)
tree9176e422a68321501957cbd041c423c75aa5962d /engines/parallaction/objects.h
parent281767f19ecfc585162c145c5cb3318a431bc826 (diff)
downloadscummvm-rg350-ef14311c99ceab8680aae8faa7bcf4fc59cbdf2d.tar.gz
scummvm-rg350-ef14311c99ceab8680aae8faa7bcf4fc59cbdf2d.tar.bz2
scummvm-rg350-ef14311c99ceab8680aae8faa7bcf4fc59cbdf2d.zip
Added new debugger command 'localflags' and changed Table object to provide debug info for it.
svn-id: r29230
Diffstat (limited to 'engines/parallaction/objects.h')
-rw-r--r--engines/parallaction/objects.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/engines/parallaction/objects.h b/engines/parallaction/objects.h
index 41e8bbcf5d..742d0e4c90 100644
--- a/engines/parallaction/objects.h
+++ b/engines/parallaction/objects.h
@@ -442,6 +442,9 @@ public:
notFound = 0
};
+ uint count() const { return _used; }
+ const char *item(uint index) const;
+
virtual void addData(const char* s);
virtual void clear();
virtual uint16 lookup(const char* s);