aboutsummaryrefslogtreecommitdiff
path: root/engines/mohawk/riven_stacks/aspit.h
diff options
context:
space:
mode:
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