aboutsummaryrefslogtreecommitdiff
path: root/engines/mohawk/riven_stacks/aspit.h
diff options
context:
space:
mode:
authorBastien Bouclet2017-07-01 23:01:02 +0200
committerEugene Sandulenko2017-07-03 08:50:10 +0200
commit08e642314e3e9f5645753a6fc99d41921e1a55f1 (patch)
tree1ea421a73b22220a19454d99c099f66c48629e87 /engines/mohawk/riven_stacks/aspit.h
parentd7b241abdc6d8ffb7e2ecdcc8e0548abb4dff110 (diff)
downloadscummvm-rg350-08e642314e3e9f5645753a6fc99d41921e1a55f1.tar.gz
scummvm-rg350-08e642314e3e9f5645753a6fc99d41921e1a55f1.tar.bz2
scummvm-rg350-08e642314e3e9f5645753a6fc99d41921e1a55f1.zip
MOHAWK: Check the Books external commands against the original
Diffstat (limited to 'engines/mohawk/riven_stacks/aspit.h')
-rw-r--r--engines/mohawk/riven_stacks/aspit.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/engines/mohawk/riven_stacks/aspit.h b/engines/mohawk/riven_stacks/aspit.h
index 3ac3fa86e2..feeba6637c 100644
--- a/engines/mohawk/riven_stacks/aspit.h
+++ b/engines/mohawk/riven_stacks/aspit.h
@@ -25,8 +25,6 @@
#include "mohawk/riven_stack.h"
-#include "mohawk/riven_graphics.h"
-
namespace Mohawk {
namespace RivenStacks {
@@ -71,7 +69,9 @@ public:
void xaexittomain(uint16 argc, uint16 *argv);
private:
- bool pageTurn(RivenTransition transition);
+ void cathBookDrawTelescopeCombination();
+
+ void cathBookDrawPage(uint32 page);
};
} // End of namespace RivenStacks