aboutsummaryrefslogtreecommitdiff
path: root/engines/glk/adrift/scprotos.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/glk/adrift/scprotos.h')
-rw-r--r--engines/glk/adrift/scprotos.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/glk/adrift/scprotos.h b/engines/glk/adrift/scprotos.h
index 37d2bdc19d..753359703a 100644
--- a/engines/glk/adrift/scprotos.h
+++ b/engines/glk/adrift/scprotos.h
@@ -96,6 +96,7 @@ extern sc_uint sc_hash(const sc_char *string);
/* TAF file reader/decompressor enumerations, opaque typedef and functions. */
enum {
TAF_VERSION_NONE = 0,
+ TAF_VERSION_500 = 500,
TAF_VERSION_400 = 400,
TAF_VERSION_390 = 390,
TAF_VERSION_380 = 380