mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-23 22:37:55 +02:00
fix video implementation error; implement paging; video loading
This commit is contained in:
@@ -35,10 +35,14 @@ class CTutorialWindow : public CWindowObject
|
||||
std::shared_ptr<CMultiLineLabel> labelInformation;
|
||||
|
||||
std::string video;
|
||||
std::vector<std::string> videos;
|
||||
|
||||
int page;
|
||||
|
||||
void close();
|
||||
void next();
|
||||
void previous();
|
||||
void setContent();
|
||||
|
||||
public:
|
||||
CTutorialWindow(const TutorialMode & m);
|
||||
|
||||
Reference in New Issue
Block a user