aboutsummaryrefslogtreecommitdiff
path: root/engines/mohawk/riven_stacks/aspit.h
diff options
context:
space:
mode:
authorBastien Bouclet2017-02-11 12:05:43 +0100
committerEugene Sandulenko2017-07-03 08:50:10 +0200
commit1286e7fcf0d46dd2887fa466df74f3652f7af1df (patch)
tree9f13649ad91fff6cc49c7b55017c4a5fe1585c44 /engines/mohawk/riven_stacks/aspit.h
parentae6f248616a144050337e9687033402c4868d558 (diff)
downloadscummvm-rg350-1286e7fcf0d46dd2887fa466df74f3652f7af1df.tar.gz
scummvm-rg350-1286e7fcf0d46dd2887fa466df74f3652f7af1df.tar.bz2
scummvm-rg350-1286e7fcf0d46dd2887fa466df74f3652f7af1df.zip
MOHAWK: Use an enum for Riven's transition types
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