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.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/engines/mohawk/riven_stacks/aspit.h b/engines/mohawk/riven_stacks/aspit.h
index d64214d91f..3ac3fa86e2 100644
--- a/engines/mohawk/riven_stacks/aspit.h
+++ b/engines/mohawk/riven_stacks/aspit.h
@@ -25,6 +25,8 @@
#include "mohawk/riven_stack.h"
+#include "mohawk/riven_graphics.h"
+
namespace Mohawk {
namespace RivenStacks {
@@ -69,7 +71,7 @@ public:
void xaexittomain(uint16 argc, uint16 *argv);
private:
- bool pageTurn(int16 transition);
+ bool pageTurn(RivenTransition transition);
};
} // End of namespace RivenStacks