1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-27 22:49:25 +02:00

Fix minor points

This commit is contained in:
nordsoft
2023-08-22 16:00:14 +04:00
parent dbc3a93013
commit d9a2a7bfd0
3 changed files with 6 additions and 9 deletions

View File

@@ -9,7 +9,6 @@
*/
#pragma once
#include "../widgets/Images.h"
#include "../windows/CWindowObject.h"
#include "../../lib/JsonNode.h"
#include "../../lib/LoadProgress.h"
@@ -24,6 +23,7 @@ class CTextInput;
class CGStatusBar;
class CTextBox;
class CTabbedInt;
class CAnimImage;
class CAnimation;
class CButton;
class CFilledTexture;
@@ -191,7 +191,7 @@ public:
CLoadingScreen();
~CLoadingScreen();
void showAll(Canvas & to) override;
void tick(uint32_t msPassed) override;
};
extern std::shared_ptr<CMainMenu> CMM;