From 254519296e87e8a6b29305b91c045446b1421d19 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Sun, 20 Apr 2014 18:31:18 -0400 Subject: MADS: Beginnings of implementing conversation methods --- engines/mads/user_interface.cpp | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) (limited to 'engines/mads/user_interface.cpp') diff --git a/engines/mads/user_interface.cpp b/engines/mads/user_interface.cpp index 09b3c8d5cf..0a0b8968e9 100644 --- a/engines/mads/user_interface.cpp +++ b/engines/mads/user_interface.cpp @@ -672,8 +672,24 @@ void UserInterface::drawTalkList() { warning("TODO: drawTalkList"); } -void UserInterface::emptyTalkList() { - warning("TODO: emptyTalkList"); +void UserInterface::initConversation(Conversation *conversatin, int globalId, int quoteId, ...) { + +} + +void UserInterface::setConversation(Conversation *conversation, int quoteId, ...) { + +} + +void UserInterface::writeConversation(Conversation *conversation, int quoteId, int flag) { + +} + +void UserInterface::emptyConversationList() { + _talkStrings.clear(); +} + +void UserInterface::startConversation(Conversation *conversation) { + } void UserInterface::loadInventoryAnim(int objectId) { -- cgit v1.2.3