aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/pet_control/pet_inventory.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_inventory.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_inventory.h')
-rw-r--r--engines/titanic/pet_control/pet_inventory.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/engines/titanic/pet_control/pet_inventory.h b/engines/titanic/pet_control/pet_inventory.h
index 6f3fd62c78..3f1d26d796 100644
--- a/engines/titanic/pet_control/pet_inventory.h
+++ b/engines/titanic/pet_control/pet_inventory.h
@@ -62,6 +62,16 @@ public:
virtual bool setup();
/**
+ * Draw the section
+ */
+ virtual void draw(CScreenManager *screenManager);
+
+ /**
+ * Get the bounds for the section
+ */
+ virtual Rect getBounds();
+
+ /**
* Save the data for the class to file
*/
virtual void save(SimpleFile *file, int indent) const;