aboutsummaryrefslogtreecommitdiff
path: root/engines/cryomni3d/sprites.h
diff options
context:
space:
mode:
authorLe Philousophe2019-03-10 00:49:56 +0100
committerEugene Sandulenko2019-06-01 22:43:48 +0200
commitd655fb5530e2a6ffc23d3a8c3d6009e02eec8fcc (patch)
tree5b058d20bc74fd1c0dfa482cb6077bd7f15d92f9 /engines/cryomni3d/sprites.h
parent28702028a23f5d8063dee788931f6e696b0528eb (diff)
downloadscummvm-rg350-d655fb5530e2a6ffc23d3a8c3d6009e02eec8fcc.tar.gz
scummvm-rg350-d655fb5530e2a6ffc23d3a8c3d6009e02eec8fcc.tar.bz2
scummvm-rg350-d655fb5530e2a6ffc23d3a8c3d6009e02eec8fcc.zip
CRYOMNI3D: Add function to change sprite color
Diffstat (limited to 'engines/cryomni3d/sprites.h')
-rw-r--r--engines/cryomni3d/sprites.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/cryomni3d/sprites.h b/engines/cryomni3d/sprites.h
index 5721ea8532..bd4a8673db 100644
--- a/engines/cryomni3d/sprites.h
+++ b/engines/cryomni3d/sprites.h
@@ -52,6 +52,8 @@ public:
unsigned int getSpritesCount() const;
+ void replaceSpriteColor(unsigned int spriteId, byte currentColor, byte newColor);
+
const Graphics::Surface &getSurface(unsigned int spriteId) const;
const Graphics::Cursor &getCursor(unsigned int spriteId) const;