aboutsummaryrefslogtreecommitdiff
path: root/engines/mads/scene.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/mads/scene.h')
-rw-r--r--engines/mads/scene.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/mads/scene.h b/engines/mads/scene.h
index 57cc79456d..653bdd1598 100644
--- a/engines/mads/scene.h
+++ b/engines/mads/scene.h
@@ -262,6 +262,8 @@ public:
void setCamera(Common::Point pos);
void drawToBackground(int series_id, int sprite_id, Common::Point pos, int depth, int scale);
void deleteSequence(int idx);
+ void loadSpeech(int idx);
+ void playSpeech(int idx);
};
} // End of namespace MADS