1
0
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:
Laserlicht
2023-11-16 22:39:50 +01:00
committed by GitHub
parent 2cfbcd067b
commit 1bf05d43a1
4 changed files with 45 additions and 17 deletions

View File

@@ -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);