aboutsummaryrefslogtreecommitdiff
path: root/engines/glk/frotz/processor.h
diff options
context:
space:
mode:
authorPaul Gilbert2018-11-26 22:18:45 -0800
committerPaul Gilbert2018-12-08 19:05:59 -0800
commit2331a0e9fb3dfe335c15c470d3e7da49cc7ac5f7 (patch)
tree3b895569c5b10fff83dcdb0a96e1f5a545f0aa1e /engines/glk/frotz/processor.h
parent33a23bca1c0363340d14ed4c84e558e82a9f245e (diff)
downloadscummvm-rg350-2331a0e9fb3dfe335c15c470d3e7da49cc7ac5f7.tar.gz
scummvm-rg350-2331a0e9fb3dfe335c15c470d3e7da49cc7ac5f7.tar.bz2
scummvm-rg350-2331a0e9fb3dfe335c15c470d3e7da49cc7ac5f7.zip
GLK: FROTZ: Quetzal saving and loading now works
Diffstat (limited to 'engines/glk/frotz/processor.h')
-rw-r--r--engines/glk/frotz/processor.h19
1 files changed, 6 insertions, 13 deletions
diff --git a/engines/glk/frotz/processor.h b/engines/glk/frotz/processor.h
index 77a673df9d..fb9c12f86f 100644
--- a/engines/glk/frotz/processor.h
+++ b/engines/glk/frotz/processor.h
@@ -95,7 +95,7 @@ private:
bool istream_replay;
bool message;
Common::FixedStack<Redirect, MAX_NESTING> _redirect;
-private:
+protected:
/**
* \defgroup General support methods
* @{
@@ -190,6 +190,11 @@ private:
void new_line();
/**
+ * Copy the contents of the text buffer to the output streams.
+ */
+ void flush_buffer();
+
+ /**
* Returns true if the buffer is empty
*/
bool bufferEmpty() const { return !_bufPos; }
@@ -1540,18 +1545,6 @@ protected:
void z_store();
/**@}*/
-
- /**
- * \defgroup Input support methods
- * @{
- */
-
- /**
- * Copy the contents of the text buffer to the output streams.
- */
- void flush_buffer();
-
- /**@}*/
public:
/**
* Constructor