diff options
Diffstat (limited to 'engines/titanic/core/game_object.h')
-rw-r--r-- | engines/titanic/core/game_object.h | 20 |
1 files changed, 14 insertions, 6 deletions
diff --git a/engines/titanic/core/game_object.h b/engines/titanic/core/game_object.h index bb6b161a48..0a6070463f 100644 --- a/engines/titanic/core/game_object.h +++ b/engines/titanic/core/game_object.h @@ -141,17 +141,16 @@ protected: */ void petShowCursor(); - void petFn3(CTreeItem *item); + /** + * Set the remote target in the PET to this object + */ + void petSetRemoteTarget(); + void incState38(); void inc54(); void dec54(); /** - * Adds a room to the room list - */ - void petAddRandomRoom(int passClassNum); - - /** * Locks/hides the mouse */ void lockMouse(); @@ -565,6 +564,15 @@ public: * Sets up credits text */ void createCredits(); + + void petSetRooms1D0(int val); + + int petGetRooms1D0() const; + + /** + * Adds a random room to the pET + */ + void petAddRandomRoom(int passClassNum); }; } // End of namespace Titanic |