aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/parse.h
diff options
context:
space:
mode:
authorMax Horn2009-04-07 13:29:13 +0000
committerMax Horn2009-04-07 13:29:13 +0000
commit1d1307de0129f2855a56a81910eb6f2ef5d71ebb (patch)
treefcb024cdc919c7cc715fde198d158632c588d8d4 /engines/gob/parse.h
parent3f22e4b4018059be3b8b33f981d773813443db97 (diff)
downloadscummvm-rg350-1d1307de0129f2855a56a81910eb6f2ef5d71ebb.tar.gz
scummvm-rg350-1d1307de0129f2855a56a81910eb6f2ef5d71ebb.tar.bz2
scummvm-rg350-1d1307de0129f2855a56a81910eb6f2ef5d71ebb.zip
GOB: Some more cleanup
svn-id: r39890
Diffstat (limited to 'engines/gob/parse.h')
-rw-r--r--engines/gob/parse.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/gob/parse.h b/engines/gob/parse.h
index e0696fa0bb..689ef06eae 100644
--- a/engines/gob/parse.h
+++ b/engines/gob/parse.h
@@ -41,6 +41,8 @@ enum {
OP_END_EXPR = 10,
OP_NOT = 11,
+ OP_END_MARKER = 12, // Marks end of an array or string
+
OP_ARRAY_UINT8 = 16,