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 d89cbb8c36..fd4ed240c4 100644
--- a/engines/mads/scene.h
+++ b/engines/mads/scene.h
@@ -256,6 +256,8 @@ public:
void setDynamicAnim(int id, int anim_id, int segment);
void setCamera(Common::Point pos);
+ void drawToBackground(int series_id, int sprite_id, Common::Point pos, int depth, int scale);
+ void deleteSequence(int idx);
};
} // End of namespace MADS