mirror of
https://github.com/koloideal/SortLab.git
synced 2026-06-10 10:25:30 +03:00
skelet
This commit is contained in:
@@ -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_;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user