aboutsummaryrefslogtreecommitdiff
path: root/engines/glk/frotz/mem.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/glk/frotz/mem.h')
-rw-r--r--engines/glk/frotz/mem.h13
1 files changed, 9 insertions, 4 deletions
diff --git a/engines/glk/frotz/mem.h b/engines/glk/frotz/mem.h
index a632bc6e63..c58ef658e4 100644
--- a/engines/glk/frotz/mem.h
+++ b/engines/glk/frotz/mem.h
@@ -72,14 +72,19 @@ private:
void initializeStoryFile();
/**
- * Setup undo data
+ * Handles loading the game header
*/
- void initializeUndo();
+ void loadGameHeader();
/**
- * Handles loading the game header
+ * Initializes memory and loads the story data
*/
- void loadGameHeader();
+ void loadMemory();
+
+ /**
+ * Setup undo data
+ */
+ void initializeUndo();
protected:
/**
* Read a value from the header extension (former mouse table).