diff options
Diffstat (limited to 'engines/sherlock/tattoo/tattoo_user_interface.cpp')
-rw-r--r-- | engines/sherlock/tattoo/tattoo_user_interface.cpp | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/engines/sherlock/tattoo/tattoo_user_interface.cpp b/engines/sherlock/tattoo/tattoo_user_interface.cpp index d12f0e7a02..322655fa88 100644 --- a/engines/sherlock/tattoo/tattoo_user_interface.cpp +++ b/engines/sherlock/tattoo/tattoo_user_interface.cpp @@ -575,7 +575,7 @@ void TattooUserInterface::doFileControl() { } void TattooUserInterface::doInventoryControl() { - warning("TODO: ui control (inventory)"); + _inventoryWidget.handleEvents(); } void TattooUserInterface::doVerbControl() { @@ -644,6 +644,10 @@ void TattooUserInterface::freeMenu() { } } +void TattooUserInterface::putMessage(const Common::String &str) { + // TODO +} + } // End of namespace Tattoo } // End of namespace Sherlock |