tv_rename/progress.hpp

9 lines
100 B
C++
Raw Normal View History

2019-06-04 19:54:00 +00:00
#ifndef PROGRESS_HPP
#define PROGRESS_HPP
namespace ProgressBar {
void print(int perc);
};
#endif