mirror of
https://github.com/trabucayre/openFPGALoader.git
synced 2026-09-08 04:28:35 +02:00
progressBar: use color
This commit is contained in:
@@ -25,6 +25,7 @@ class ProgressBar {
|
||||
ProgressBar(std::string mess, int maxValue, int progressLen);
|
||||
void display(int value);
|
||||
void done();
|
||||
void fail();
|
||||
private:
|
||||
std::string _mess;
|
||||
int _maxValue;
|
||||
|
||||
Reference in New Issue
Block a user