aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/pet_control/pet_control.h
diff options
context:
space:
mode:
authorPaul Gilbert2016-04-01 22:17:37 -0400
committerPaul Gilbert2016-04-01 22:17:37 -0400
commit1b8ffff10e164d1fe7c03ef9a35aeb8f7ca3c5e5 (patch)
treefb8918dffa66b3c390a0faf055188f6098c6fb7c /engines/titanic/pet_control/pet_control.h
parent7ef899f18d17bebf0bec01a8455cd6e23b94268c (diff)
downloadscummvm-rg350-1b8ffff10e164d1fe7c03ef9a35aeb8f7ca3c5e5.tar.gz
scummvm-rg350-1b8ffff10e164d1fe7c03ef9a35aeb8f7ca3c5e5.tar.bz2
scummvm-rg350-1b8ffff10e164d1fe7c03ef9a35aeb8f7ca3c5e5.zip
TITANIC: Implement overall PET inventory draw method
Diffstat (limited to 'engines/titanic/pet_control/pet_control.h')
-rw-r--r--engines/titanic/pet_control/pet_control.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/engines/titanic/pet_control/pet_control.h b/engines/titanic/pet_control/pet_control.h
index 40c6b31044..6f5b7948e3 100644
--- a/engines/titanic/pet_control/pet_control.h
+++ b/engines/titanic/pet_control/pet_control.h
@@ -185,6 +185,11 @@ public:
* Returns a reference to the special hidden room container
*/
CRoomItem *getHiddenRoom();
+
+ /**
+ * Draws the indent
+ */
+ void drawIndent(CScreenManager *screenManager, int indent);
};
} // End of namespace Titanic