aboutsummaryrefslogtreecommitdiff
path: root/engines/gargoyle/frotz/processor.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/gargoyle/frotz/processor.h')
-rw-r--r--engines/gargoyle/frotz/processor.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/engines/gargoyle/frotz/processor.h b/engines/gargoyle/frotz/processor.h
index b70bf440a2..f9352ec19c 100644
--- a/engines/gargoyle/frotz/processor.h
+++ b/engines/gargoyle/frotz/processor.h
@@ -220,6 +220,18 @@ private:
virtual void flagsChanged(zbyte value) override;
/**
+ * This function does the dirty work for z_save_undo.
+ */
+ int save_undo();
+
+ /**
+ * This function does the dirty work for z_restore_undo.
+ */
+ int restore_undo();
+
+ /**@}*/
+
+ /**
* \defgroup Object support methods
* @{
*/