Add timeMsg Function.

This commit is contained in:
VoltZ
2019-11-09 01:47:55 +01:00
parent 27a393217d
commit 292a980041
3 changed files with 19 additions and 0 deletions
+1
View File
@@ -109,4 +109,5 @@ namespace download {
void deleteFileList(std::string file, std::string message);
void installFileList(std::string file, std::string message);
void extractFileList(std::string file, std::string input, std::string output, std::string message);
void displayTimeMsg(std::string message, int seconds);
}