aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/pet_control/pet_rooms_glyphs.h
diff options
context:
space:
mode:
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