aboutsummaryrefslogtreecommitdiff
path: root/engines/sherlock/tattoo/widget_inventory.h
diff options
context:
space:
mode:
authorPaul Gilbert2015-06-29 20:50:48 -0400
committerPaul Gilbert2015-06-29 20:50:48 -0400
commit03adfa2b968b519a560e762df4a5e23e0f302873 (patch)
tree714646e2c2fa83c8e081b78beb4c235c62503791 /engines/sherlock/tattoo/widget_inventory.h
parente4b4fd049364c839f0987cc982a01c57f70366bf (diff)
downloadscummvm-rg350-03adfa2b968b519a560e762df4a5e23e0f302873.tar.gz
scummvm-rg350-03adfa2b968b519a560e762df4a5e23e0f302873.tar.bz2
scummvm-rg350-03adfa2b968b519a560e762df4a5e23e0f302873.zip
SHERLOCK: RT: Implement further inventory tooltip code
Diffstat (limited to 'engines/sherlock/tattoo/widget_inventory.h')
-rw-r--r--engines/sherlock/tattoo/widget_inventory.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/engines/sherlock/tattoo/widget_inventory.h b/engines/sherlock/tattoo/widget_inventory.h
index 41ba142c53..ac0a8d4e38 100644
--- a/engines/sherlock/tattoo/widget_inventory.h
+++ b/engines/sherlock/tattoo/widget_inventory.h
@@ -117,6 +117,16 @@ public:
* Close a currently active menu
*/
virtual void banishWindow();
+
+ /**
+ * Erase any previous display of the widget on the screen
+ */
+ virtual void erase();
+
+ /**
+ * Update the display of the widget on the screen
+ */
+ virtual void draw();
};
} // End of namespace Tattoo