aboutsummaryrefslogtreecommitdiff
path: root/engines/glk/alan2/parse.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/glk/alan2/parse.h')
-rw-r--r--engines/glk/alan2/parse.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/engines/glk/alan2/parse.h b/engines/glk/alan2/parse.h
index af3276fd14..100d739aa7 100644
--- a/engines/glk/alan2/parse.h
+++ b/engines/glk/alan2/parse.h
@@ -25,6 +25,8 @@
/* Parse data for ALAN interpreter module. */
+#include "engines/glk/alan2/jumps.h"
+
namespace Glk {
namespace Alan2 {
@@ -40,7 +42,7 @@ extern int litCount;
extern int vrbwrd;
// Parse a new player command
-extern void parse(void);
+extern void parse(CONTEXT);
} // End of namespace Alan2
} // End of namespace Glk