33extern const std::string
textRed;
42extern const std::string
bgBlack;
43extern const std::string
bgRed;
44extern const std::string
bgGreen;
46extern const std::string
bgBlue;
48extern const std::string
bgCyan;
49extern const std::string
bgWhite;
58 static void sleep(
int dur);
64 int & row,
int & col);
Mimics python sleep() behaviour, with param milliseconds.
static void sleep(int dur)