aboutsummaryrefslogtreecommitdiff
path: root/engines/tsage/blue_force/blueforce_speakers.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/tsage/blue_force/blueforce_speakers.h')
-rw-r--r--engines/tsage/blue_force/blueforce_speakers.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/engines/tsage/blue_force/blueforce_speakers.h b/engines/tsage/blue_force/blueforce_speakers.h
index dd902a0ebe..d5a38f86c1 100644
--- a/engines/tsage/blue_force/blueforce_speakers.h
+++ b/engines/tsage/blue_force/blueforce_speakers.h
@@ -116,6 +116,14 @@ public:
virtual void setText(const Common::String &msg);
};
+class SpeakerGreen: public VisualSpeaker {
+public:
+ SpeakerGreen();
+
+ virtual Common::String getClassName() { return "SpeakerGreen"; }
+ virtual void setText(const Common::String &msg);
+};
+
class SpeakerPSutter: public VisualSpeaker {
public:
SpeakerPSutter();