aboutsummaryrefslogtreecommitdiff
path: root/engines/glk/frotz/processor.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/glk/frotz/processor.h')
-rw-r--r--engines/glk/frotz/processor.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/engines/glk/frotz/processor.h b/engines/glk/frotz/processor.h
index e992a78100..dddcc7609a 100644
--- a/engines/glk/frotz/processor.h
+++ b/engines/glk/frotz/processor.h
@@ -346,6 +346,16 @@ protected:
*/
void screen_word(const zchar *s);
+ /**
+ * Erase the entire screen to background colour.
+ */
+ void erase_screen(zword win);
+
+ /**
+ * Erase a window to background colour.
+ */
+ void erase_window(zword win);
+
/**@}*/
/**