aboutsummaryrefslogtreecommitdiff
path: root/engines/mohawk/riven_stack.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/mohawk/riven_stack.h')
-rw-r--r--engines/mohawk/riven_stack.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/engines/mohawk/riven_stack.h b/engines/mohawk/riven_stack.h
index 6daf3654e1..33c6f48034 100644
--- a/engines/mohawk/riven_stack.h
+++ b/engines/mohawk/riven_stack.h
@@ -95,6 +95,12 @@ public:
/** Get the global id of the currently active card */
uint32 getCurrentCardGlobalId() const;
+
+ /** Get the global id of a card in the stack */
+ uint32 getCardGlobalId(uint16 cardId) const;
+
+ /** Write all of the stack's data including its cards to standard output */
+ void dump() const;
private:
void loadResourceNames();
void loadCardIdMap();