aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/pet_control/pet_rooms_glyphs.h
diff options
context:
space:
mode:
authorPaul Gilbert2016-05-01 09:24:42 -0400
committerPaul Gilbert2016-07-10 16:37:58 -0400
commit6b97394ebd577326c8818cfa02b08c119beab8c0 (patch)
treecb7f4856c924806974e6986043ad46d63a0d79ac /engines/titanic/pet_control/pet_rooms_glyphs.h
parentad02fa76e0bbb81f28610a100aa988f082067c71 (diff)
downloadscummvm-rg350-6b97394ebd577326c8818cfa02b08c119beab8c0.tar.gz
scummvm-rg350-6b97394ebd577326c8818cfa02b08c119beab8c0.tar.bz2
scummvm-rg350-6b97394ebd577326c8818cfa02b08c119beab8c0.zip
TITANIC: Fully implement PET Rooms loading/saving
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, 7 insertions, 3 deletions
diff --git a/engines/titanic/pet_control/pet_rooms_glyphs.h b/engines/titanic/pet_control/pet_rooms_glyphs.h
index 2e8ede2287..3f37bdb55d 100644
--- a/engines/titanic/pet_control/pet_rooms_glyphs.h
+++ b/engines/titanic/pet_control/pet_rooms_glyphs.h
@@ -42,10 +42,13 @@ protected:
CGameObject *_field5C;
public:
CPetRoomsGlyph();
+ CPetRoomsGlyph(int val);
- void set34(int val);
+ void set34(int val) { _field34 = val; }
- void set38(int val);
+ void set38(int val) { _field38 = val; }
+
+ void set3C(int val) { _field3C = val; }
/**
* Setup the glyph
@@ -77,11 +80,12 @@ public:
};
class CPetRoomsGlyphs : public CPetGlyphs {
+private:
public:
/**
* Save the list
*/
- void save(SimpleFile *file, int indent) const;
+ void save2(SimpleFile *file, int indent) const;
};
} // End of namespace Titanic