diff options
Diffstat (limited to 'engines/titanic/pet_control/pet_real_life.h')
-rw-r--r-- | engines/titanic/pet_control/pet_real_life.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/engines/titanic/pet_control/pet_real_life.h b/engines/titanic/pet_control/pet_real_life.h index 6281735e33..c4c597c45f 100644 --- a/engines/titanic/pet_control/pet_real_life.h +++ b/engines/titanic/pet_control/pet_real_life.h @@ -41,6 +41,11 @@ private: * Does setup */ bool setupControl(CPetControl *petControl); + + /** + * Adds one of the four button glyphs for display + */ + void addButton(CPetGlyph *glyph); public: virtual ~CPetRealLife() {} |