This commit is contained in:
2026-03-05 11:34:43 +03:00
parent 5a942f935f
commit e6bdeaef50
7 changed files with 242 additions and 3 deletions
+5
View File
@@ -7,6 +7,7 @@
#include "UI.hpp"
#include "OperationsHistory.hpp"
#include "ProgressMap.hpp"
#include "SortHistory.hpp"
class App {
public:
@@ -46,4 +47,8 @@ private:
sf::Font bottomPanelFont_;
bool bottomPanelFontLoaded_;
bool showInfo_;
SortHistory history_;
sf::Clock sortTimer_;
bool recordedThisRun_;
};