mirror of
https://github.com/isledecomp/isle.git
synced 2025-12-10 08:03:13 +00:00
Copy constructor for MxVideoPresenter::AlphaMask (#229)
This commit is contained in:
@@ -55,7 +55,8 @@ public:
|
||||
MxU16 m_width;
|
||||
MxU16 m_height;
|
||||
|
||||
AlphaMask(MxBitmap &);
|
||||
AlphaMask(const MxBitmap &);
|
||||
AlphaMask(const AlphaMask &);
|
||||
virtual ~AlphaMask();
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user