aboutsummaryrefslogtreecommitdiff
path: root/engines/mohawk/riven_stacks/rspit.h
diff options
context:
space:
mode:
authorBastien Bouclet2016-11-01 19:19:26 +0100
committerEugene Sandulenko2017-07-03 08:50:10 +0200
commit14bbf8aab4ed187ec1e6da9e61a1acf6601d0332 (patch)
tree05d0ca49831dc96351a95da6347559e5f5909bac /engines/mohawk/riven_stacks/rspit.h
parente2c5609e81d3a54e0d3c63427288f3c261b86ade (diff)
downloadscummvm-rg350-14bbf8aab4ed187ec1e6da9e61a1acf6601d0332.tar.gz
scummvm-rg350-14bbf8aab4ed187ec1e6da9e61a1acf6601d0332.tar.bz2
scummvm-rg350-14bbf8aab4ed187ec1e6da9e61a1acf6601d0332.zip
MOHAWK: Move the external commands to their respective stacks
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