diff options
author | Paul Gilbert | 2016-06-26 17:20:33 -0400 |
---|---|---|
committer | Paul Gilbert | 2016-07-15 19:25:14 -0400 |
commit | be9a05f8b54e77a04c92aa766233bb8908b50c92 (patch) | |
tree | 570e56dd1718ad42bb173f6d32a924218a2c77e8 /engines/titanic/core | |
parent | ad873455cf29622e52c15ac48e608d385a744be2 (diff) | |
download | scummvm-rg350-be9a05f8b54e77a04c92aa766233bb8908b50c92.tar.gz scummvm-rg350-be9a05f8b54e77a04c92aa766233bb8908b50c92.tar.bz2 scummvm-rg350-be9a05f8b54e77a04c92aa766233bb8908b50c92.zip |
TITANIC: Added CPetStarfield methods
Diffstat (limited to 'engines/titanic/core')
-rw-r--r-- | engines/titanic/core/game_object.h | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/engines/titanic/core/game_object.h b/engines/titanic/core/game_object.h index c43d73f73d..d372b40f88 100644 --- a/engines/titanic/core/game_object.h +++ b/engines/titanic/core/game_object.h @@ -285,11 +285,6 @@ protected: CMailMan *getMailMan() const; /** - * Returns the star control - */ - CStarControl *getStarControl() const; - - /** * Returns a child of the Dont Save area of the project of the given class */ CTreeItem *getDontSaveChild(ClassDef *classDef) const; @@ -612,6 +607,13 @@ public: */ void petOnSummonBot(const CString &name, int val); + /*--- CStarControl Methods ---*/ + + /** + * Returns the star control + */ + CStarControl *getStarControl() const; + /*--- CTrueTalkManager Methods ---*/ /** |