tv_rename/progress.hpp
2019-06-04 21:54:00 +02:00

9 lines
100 B
C++

#ifndef PROGRESS_HPP
#define PROGRESS_HPP
namespace ProgressBar {
void print(int perc);
};
#endif