aboutsummaryrefslogtreecommitdiff
path: root/engines/glk/frotz/processor.h
diff options
context:
space:
mode:
authorPaul Gilbert2018-11-14 19:55:14 -0800
committerPaul Gilbert2018-12-08 19:05:59 -0800
commita1d355d0be8dfe0e3c1227a8f17ada609041ece4 (patch)
tree19d7527d5e40ac39a902cec9a9b7bbef6c696cf4 /engines/glk/frotz/processor.h
parent7b1b3935b89e119d7a268521adbc39afc605e403 (diff)
downloadscummvm-rg350-a1d355d0be8dfe0e3c1227a8f17ada609041ece4.tar.gz
scummvm-rg350-a1d355d0be8dfe0e3c1227a8f17ada609041ece4.tar.bz2
scummvm-rg350-a1d355d0be8dfe0e3c1227a8f17ada609041ece4.zip
GLK: FROTZ: Move ostream_* flags from GlkInterface to Processor
Diffstat (limited to 'engines/glk/frotz/processor.h')
-rw-r--r--engines/glk/frotz/processor.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/engines/glk/frotz/processor.h b/engines/glk/frotz/processor.h
index ddb264ca3f..1a1dfc5fe3 100644
--- a/engines/glk/frotz/processor.h
+++ b/engines/glk/frotz/processor.h
@@ -88,6 +88,12 @@ private:
// Stream related fields
int script_width;
strid_t sfp, rfp, pfp;
+ bool ostream_screen;
+ bool ostream_script;
+ bool ostream_memory;
+ bool ostream_record;
+ bool istream_replay;
+ bool message;
Common::FixedStack<Redirect, MAX_NESTING> _redirect;
private:
/**