From bcd18232ad80097f45181594628eb193700b93e0 Mon Sep 17 00:00:00 2001 From: Nicola Mettifogo Date: Sat, 29 Jan 2011 07:21:48 +0000 Subject: PARALLACTION: Cleanup dialogue code. Hide mood and balloon winding extraction into Question and Answer objects. svn-id: r55606 --- engines/parallaction/objects.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'engines/parallaction/objects.h') diff --git a/engines/parallaction/objects.h b/engines/parallaction/objects.h index 50a188e91b..5260dcbfe8 100644 --- a/engines/parallaction/objects.h +++ b/engines/parallaction/objects.h @@ -164,6 +164,7 @@ struct Answer { Answer(); bool textIsNull(); + int speakerMood(); }; struct Question { @@ -175,6 +176,8 @@ struct Question { Question(const Common::String &name); ~Question(); bool textIsNull(); + int speakerMood(); + int balloonWinding(); }; struct Dialogue { -- cgit v1.2.3