aboutsummaryrefslogtreecommitdiff
path: root/engines/parallaction/objects.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/parallaction/objects.h')
-rw-r--r--engines/parallaction/objects.h3
1 files changed, 3 insertions, 0 deletions
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 {