AiLibrary
v1.3.0
A single-header C++ Library from Ailurus Studio
|
Functions providing some style to your console output. More...
Functions | |
INLINE void | ai::clearScreen () |
INLINE void | ai::setLocale (const std::string locale) |
INLINE void | ai::showProgressBar (double progress, const int screenWidth=80) |
INLINE void | ai::printLine (const std::string line, const int screenWidth=80) |
Group of functions that animate your console with a style-ish interface
INLINE void ai::clearScreen | ( | ) |
INLINE void ai::printLine | ( | const std::string | line, |
const int | screenWidth = 80 |
||
) |
INLINE void ai::setLocale | ( | const std::string | locale | ) |
INLINE void ai::showProgressBar | ( | double | progress, |
const int | screenWidth = 80 |
||
) |