aboutsummaryrefslogtreecommitdiff
path: root/engines/glk/alan3/scan.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/glk/alan3/scan.h')
-rw-r--r--engines/glk/alan3/scan.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/engines/glk/alan3/scan.h b/engines/glk/alan3/scan.h
index 04d893765c..6f565c0559 100644
--- a/engines/glk/alan3/scan.h
+++ b/engines/glk/alan3/scan.h
@@ -26,6 +26,7 @@
/* Player input scanner for ALAN interpreter module. */
#include "glk/alan3/types.h"
+#include "glk/alan3/jumps.h"
namespace Glk {
namespace Alan3 {
@@ -37,7 +38,7 @@ extern bool continued;
/* FUNCTIONS */
extern void forceNewPlayerInput();
-extern void scan();
+extern void scan(CONTEXT);
} // End of namespace Alan3
} // End of namespace Glk