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

extended statistic: Window

This commit is contained in:
Laserlicht
2024-08-11 22:44:16 +02:00
parent f42f1de347
commit 299ee35c48
7 changed files with 70 additions and 5 deletions

View File

@@ -10,6 +10,7 @@
#pragma once
#include "../windows/CWindowObject.h"
#include "../../lib/gameState/HighScore.h"
#include "../../lib/gameState/GameStatistics.h"
class CButton;
class CLabel;
@@ -21,8 +22,6 @@ class CFilledTexture;
class TransparentFilledRectangle;
class StatisticDataSet;
class CHighScoreScreen : public CWindowObject
{
public:
@@ -79,6 +78,7 @@ class CHighScoreInputScreen : public CWindowObject
std::shared_ptr<CFilledTexture> backgroundAroundMenu;
std::shared_ptr<CButton> statisticButton;
StatisticDataSet stat;
bool won;
HighScoreCalculation calc;