diff options
Diffstat (limited to 'src/compoundsprite.h')
-rw-r--r-- | src/compoundsprite.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/compoundsprite.h b/src/compoundsprite.h index 9d5a42a1b..834ccd835 100644 --- a/src/compoundsprite.h +++ b/src/compoundsprite.h @@ -98,6 +98,8 @@ public: */ virtual unsigned int getFrameCount(unsigned int layer); + virtual void setAlpha(float alpha); + private: void redraw() const; |