mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-25 22:42:04 +02:00
use video player for spellbook animation
This commit is contained in:
@@ -28,6 +28,7 @@ class CSpellWindow;
|
||||
class CTextInput;
|
||||
class TransparentFilledRectangle;
|
||||
class CToggleButton;
|
||||
class VideoWidgetOnce;
|
||||
|
||||
/// The spell window
|
||||
class CSpellWindow : public CWindowObject
|
||||
@@ -86,6 +87,8 @@ class CSpellWindow : public CWindowObject
|
||||
std::shared_ptr<CToggleButton> showAllSpells;
|
||||
std::shared_ptr<CLabel> showAllSpellsDescription;
|
||||
|
||||
std::shared_ptr<VideoWidgetOnce> video;
|
||||
|
||||
bool isBigSpellbook;
|
||||
int spellsPerPage;
|
||||
int offL;
|
||||
|
||||
Reference in New Issue
Block a user