diff options
Diffstat (limited to 'engines/glk/frotz/processor.h')
-rw-r--r-- | engines/glk/frotz/processor.h | 17 |
1 files changed, 12 insertions, 5 deletions
diff --git a/engines/glk/frotz/processor.h b/engines/glk/frotz/processor.h index 5f61a2e658..77a673df9d 100644 --- a/engines/glk/frotz/processor.h +++ b/engines/glk/frotz/processor.h @@ -169,11 +169,6 @@ private: * @{ */ - /** - * Copy the contents of the text buffer to the output streams. - */ - void flush_buffer(); - /** * High level output function. */ @@ -1545,6 +1540,18 @@ protected: void z_store(); /**@}*/ + + /** + * \defgroup Input support methods + * @{ + */ + + /** + * Copy the contents of the text buffer to the output streams. + */ + void flush_buffer(); + + /**@}*/ public: /** * Constructor |