1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-23 22:37:55 +02:00

Progress update on client side

This commit is contained in:
nordsoft
2023-08-21 18:56:01 +04:00
parent 584dd20943
commit 45f13c7964
10 changed files with 51 additions and 12 deletions

View File

@@ -9,6 +9,7 @@
*/
#pragma once
#include "../widgets/Images.h"
#include "../windows/CWindowObject.h"
#include "../../lib/JsonNode.h"
#include "../../lib/LoadProgress.h"
@@ -26,6 +27,7 @@ class CTabbedInt;
class CAnimation;
class CButton;
class CFilledTexture;
class CLabel;
// TODO: Find new location for these enums
@@ -181,6 +183,8 @@ public:
class CLoadingScreen : virtual public CWindowObject, virtual public Load::Progress
{
std::vector<std::shared_ptr<CAnimImage>> progressBlocks;
std::string getBackground();
public: