display: add warning message

This commit is contained in:
Gwenhael Goavec-Merou
2021-01-28 07:22:24 +01:00
parent dbc78f8c57
commit 71c4b32202
2 changed files with 12 additions and 0 deletions
+1
View File
@@ -22,6 +22,7 @@
#include <string>
void printError(std::string err, bool eol = true);
void printWarn(std::string warn, bool eol = true);
void printInfo(std::string info, bool eol = true);
void printSuccess(std::string success, bool eol = true);