aboutsummaryrefslogtreecommitdiff
path: root/engines/mads/scene.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/mads/scene.cpp')
-rw-r--r--engines/mads/scene.cpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/engines/mads/scene.cpp b/engines/mads/scene.cpp
index 57c93a9d69..5a8fbe6dde 100644
--- a/engines/mads/scene.cpp
+++ b/engines/mads/scene.cpp
@@ -782,4 +782,12 @@ void Scene::drawToBackground(int series_id, int sprite_id, Common::Point pos, in
void Scene::deleteSequence(int idx) {
warning("TODO: Scene::deleteSequence");
}
+
+void Scene::loadSpeech(int idx) {
+ warning("TODO: Scene::loadSpeech");
+}
+
+void Scene::playSpeech(int idx) {
+ warning("TODO: Scene::playSpeech");
+}
} // End of namespace MADS