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