aboutsummaryrefslogtreecommitdiff
path: root/engines/glk/streams.h
diff options
context:
space:
mode:
authorPaul Gilbert2019-04-14 18:43:30 -0700
committerPaul Gilbert2019-04-17 20:46:06 -0700
commit8e11a14939365c3a2994602b5db11a4fe6e8eaac (patch)
treea0bc1be59cf578317f3a0bd0d809d1b194388a2f /engines/glk/streams.h
parente271cdc6534763f4472c3ff70c22292268300814 (diff)
downloadscummvm-rg350-8e11a14939365c3a2994602b5db11a4fe6e8eaac.tar.gz
scummvm-rg350-8e11a14939365c3a2994602b5db11a4fe6e8eaac.tar.bz2
scummvm-rg350-8e11a14939365c3a2994602b5db11a4fe6e8eaac.zip
GLK: GLULXE: Set up method definitions, glkop methods
Diffstat (limited to 'engines/glk/streams.h')
-rw-r--r--engines/glk/streams.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/glk/streams.h b/engines/glk/streams.h
index a17ee28cbb..c254a89a28 100644
--- a/engines/glk/streams.h
+++ b/engines/glk/streams.h
@@ -136,6 +136,7 @@ public:
Stream *_prev;
Stream *_next;
uint _rock;
+ gidispatch_rock_t _dispRock;
bool _unicode;
uint _readCount;
uint _writeCount;