aboutsummaryrefslogtreecommitdiff
path: root/engines/mads/assets.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/mads/assets.cpp')
-rw-r--r--engines/mads/assets.cpp9
1 files changed, 9 insertions, 0 deletions
diff --git a/engines/mads/assets.cpp b/engines/mads/assets.cpp
index c968afc311..ebedeb8141 100644
--- a/engines/mads/assets.cpp
+++ b/engines/mads/assets.cpp
@@ -163,6 +163,15 @@ void SpriteAsset::drawScaled(int frameNumber, MSurface &depthSurface, MSurface &
warning("TODO: SpriteAsset::drawScaled");
}
+void SpriteAsset::draw(MSurface *surface, int frameNumber, const Common::Point &pt) {
+ error("TODO: draw");
+}
+
+void SpriteAsset::depthDraw(MSurface *surface, MSurface *depthSurface, int frameNumber,
+ const Common::Point &pt, int depth) {
+ error("TODO: depthDraw");
+}
+
/*------------------------------------------------------------------------*/
SpriteSetCharInfo::SpriteSetCharInfo(Common::SeekableReadStream *s) {