aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/pet_control/pet_rooms_glyphs.h
diff options
context:
space:
mode:
authorPaul Gilbert2016-04-30 23:27:48 -0400
committerPaul Gilbert2016-07-10 16:37:57 -0400
commitad02fa76e0bbb81f28610a100aa988f082067c71 (patch)
tree3397cab420e98b8ff7728c06e23733a9c785ce5e /engines/titanic/pet_control/pet_rooms_glyphs.h
parentce2a9c6f1ba75eedc917deffb79b2531a3d41645 (diff)
downloadscummvm-rg350-ad02fa76e0bbb81f28610a100aa988f082067c71.tar.gz
scummvm-rg350-ad02fa76e0bbb81f28610a100aa988f082067c71.tar.bz2
scummvm-rg350-ad02fa76e0bbb81f28610a100aa988f082067c71.zip
TITANIC: Implement PET Rooms glyphs saving logic
Diffstat (limited to 'engines/titanic/pet_control/pet_rooms_glyphs.h')
-rw-r--r--engines/titanic/pet_control/pet_rooms_glyphs.h10
1 files changed, 9 insertions, 1 deletions
diff --git a/engines/titanic/pet_control/pet_rooms_glyphs.h b/engines/titanic/pet_control/pet_rooms_glyphs.h
index d08be131c8..2e8ede2287 100644
--- a/engines/titanic/pet_control/pet_rooms_glyphs.h
+++ b/engines/titanic/pet_control/pet_rooms_glyphs.h
@@ -68,12 +68,20 @@ public:
virtual void proc28(const Point &pt);
virtual int proc29(const Point &pt);
- virtual void proc32();
+
+ virtual void save2(SimpleFile *file, int indent) const;
+
virtual int proc33();
+
virtual void proc39();
};
class CPetRoomsGlyphs : public CPetGlyphs {
+public:
+ /**
+ * Save the list
+ */
+ void save(SimpleFile *file, int indent) const;
};
} // End of namespace Titanic