aboutsummaryrefslogtreecommitdiff
path: root/engines/mohawk/riven_stacks/rspit.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/mohawk/riven_stacks/rspit.h')
-rw-r--r--engines/mohawk/riven_stacks/rspit.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/engines/mohawk/riven_stacks/rspit.h b/engines/mohawk/riven_stacks/rspit.h
index 67384cb4c5..c46537c3ff 100644
--- a/engines/mohawk/riven_stacks/rspit.h
+++ b/engines/mohawk/riven_stacks/rspit.h
@@ -28,10 +28,19 @@
namespace Mohawk {
namespace RivenStacks {
+/**
+ * Rebel Age / Tay
+ */
class RSpit : public RivenStack {
public:
RSpit(MohawkEngine_Riven *vm);
+ // External commands
+ void xrcredittime(uint16 argc, uint16 *argv);
+ void xrshowinventory(uint16 argc, uint16 *argv);
+ void xrhideinventory(uint16 argc, uint16 *argv);
+ void xrwindowsetup(uint16 argc, uint16 *argv);
+
};
} // End of namespace RivenStacks