aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/pet_control/pet_text.h
diff options
context:
space:
mode:
authorPaul Gilbert2016-04-29 18:19:03 -0400
committerPaul Gilbert2016-07-10 16:22:42 -0400
commit5d087a8fcd709550ec14fc6b01acf045f8d6614b (patch)
tree715f364762e16984a3810208d3db7275ed683bc9 /engines/titanic/pet_control/pet_text.h
parent6fa57389a2711a83103ebde63779743f7ac2b96d (diff)
downloadscummvm-rg350-5d087a8fcd709550ec14fc6b01acf045f8d6614b.tar.gz
scummvm-rg350-5d087a8fcd709550ec14fc6b01acf045f8d6614b.tar.bz2
scummvm-rg350-5d087a8fcd709550ec14fc6b01acf045f8d6614b.zip
TITANIC: Implement PET Conversations & Text saving
Diffstat (limited to 'engines/titanic/pet_control/pet_text.h')
-rw-r--r--engines/titanic/pet_control/pet_text.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/engines/titanic/pet_control/pet_text.h b/engines/titanic/pet_control/pet_text.h
index a3d136a2d4..dd1547bff4 100644
--- a/engines/titanic/pet_control/pet_text.h
+++ b/engines/titanic/pet_control/pet_text.h
@@ -111,6 +111,11 @@ public:
void load(SimpleFile *file, int param);
/**
+ * Save the data for the control
+ */
+ void save(SimpleFile *file, int indent) const;
+
+ /**
* Set the bounds for the control
*/
void setBounds(const Rect &bounds) { _bounds = bounds; }