1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-29 23:07:48 +02:00

code review

This commit is contained in:
Laserlicht
2024-08-14 21:51:08 +02:00
parent e1fdac42fd
commit a42afa2910
13 changed files with 57 additions and 44 deletions

View File

@@ -66,6 +66,7 @@ class CStatisticScreen : public CWindowObject
TData extractData(StatisticDataSet stat, std::function<float(StatisticDataSetEntry val)> selector);
std::shared_ptr<CIntObject> getContent(Content c, EGameResID res);
void onSelectButton();
public:
CStatisticScreen(StatisticDataSet stat);
};