mirror of
https://github.com/koloideal/SortLab.git
synced 2026-06-10 10:25:30 +03:00
skelet
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
#pragma once
|
||||
#include <SFML/Graphics.hpp>
|
||||
#include "Array.hpp"
|
||||
|
||||
class ProgressMap {
|
||||
public:
|
||||
ProgressMap();
|
||||
|
||||
void draw(sf::RenderWindow& window, const Array& array, sf::Font& font, bool fontLoaded);
|
||||
|
||||
private:
|
||||
sf::Color getColorForState(Array::State state) const;
|
||||
};
|
||||
Reference in New Issue
Block a user