aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/pet_control/pet_element.h
diff options
context:
space:
mode:
authorPaul Gilbert2016-03-30 21:43:07 -0400
committerPaul Gilbert2016-03-30 21:43:07 -0400
commit948fb5bcca3a8d8594fd9e1f5470dac0448f74a9 (patch)
treefcebfbb176978852e81b91a5b962f683b9c9cf9b /engines/titanic/pet_control/pet_element.h
parent348b2d4b4bf9c6e8c6ca134ce7968eb9e9521a9c (diff)
downloadscummvm-rg350-948fb5bcca3a8d8594fd9e1f5470dac0448f74a9.tar.gz
scummvm-rg350-948fb5bcca3a8d8594fd9e1f5470dac0448f74a9.tar.bz2
scummvm-rg350-948fb5bcca3a8d8594fd9e1f5470dac0448f74a9.zip
TITANIC: Implement CPetVal drawing
Diffstat (limited to 'engines/titanic/pet_control/pet_element.h')
-rw-r--r--engines/titanic/pet_control/pet_element.h9
1 files changed, 6 insertions, 3 deletions
diff --git a/engines/titanic/pet_control/pet_element.h b/engines/titanic/pet_control/pet_element.h
index 19a94c2e2f..330fbf21fa 100644
--- a/engines/titanic/pet_control/pet_element.h
+++ b/engines/titanic/pet_control/pet_element.h
@@ -53,9 +53,12 @@ public:
/**
* Draw the item
*/
- virtual void draw() {}
-
- virtual void proc4() {}
+ virtual void draw(CScreenManager *screenManager) {}
+
+ /**
+ * Draw the item
+ */
+ virtual void draw(CScreenManager *screenManager, const Common::Point &destPos) {}
/**
* Get the bounds for the element