aboutsummaryrefslogtreecommitdiff
path: root/engines/glk/alan2/main.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/glk/alan2/main.h')
-rw-r--r--engines/glk/alan2/main.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/engines/glk/alan2/main.h b/engines/glk/alan2/main.h
index 48c6d96382..7262a32c05 100644
--- a/engines/glk/alan2/main.h
+++ b/engines/glk/alan2/main.h
@@ -65,6 +65,7 @@ extern int dictsize; /* Number of entries in dictionary */
/* The text and message file */
extern Common::File *txtfil;
extern Common::WriteStream *logfil;
+extern Common::SeekableReadStream *codfil;
#undef ftell
#undef fgetc
@@ -79,7 +80,8 @@ extern Common::WriteStream *logfil;
/* File names */
-extern char *advnam;
+extern const char *advnam;
+extern char codfnm[256];
/* Screen formatting info */
extern int col, lin;