aboutsummaryrefslogtreecommitdiff
path: root/engines/cryomni3d/fixed_image.h
diff options
context:
space:
mode:
authorLe Philousophe2019-05-03 00:00:12 +0200
committerEugene Sandulenko2019-06-01 22:43:48 +0200
commit349201ba153bd80597a0c4154afea4d9499166c6 (patch)
treeba222b1abda0f5c02707365e95a5d9766e2f1ad2 /engines/cryomni3d/fixed_image.h
parent5a0d511ebd249d21b5390d26add991e2c2d1bda2 (diff)
downloadscummvm-rg350-349201ba153bd80597a0c4154afea4d9499166c6.tar.gz
scummvm-rg350-349201ba153bd80597a0c4154afea4d9499166c6.tar.bz2
scummvm-rg350-349201ba153bd80597a0c4154afea4d9499166c6.zip
CRYOMNI3D: Let callback modify displayed fixed image
Diffstat (limited to 'engines/cryomni3d/fixed_image.h')
-rw-r--r--engines/cryomni3d/fixed_image.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/cryomni3d/fixed_image.h b/engines/cryomni3d/fixed_image.h
index 7f2b1e07de..3cabfa3077 100644
--- a/engines/cryomni3d/fixed_image.h
+++ b/engines/cryomni3d/fixed_image.h
@@ -71,6 +71,7 @@ public:
/* These functions and attributes are used in image handler */
void load(const Common::String &image);
void manage();
+ void updateSurface(const Graphics::Surface *newSurface);
const Graphics::Surface *surface() const { return _imageSurface; }
void changeCallback(CallbackFunctor *callback) { delete _callback; _callback = callback; }
Common::Point getZoneCenter(unsigned int zoneId) const;