26 void SetConsoleSize(
int width,
int height);
29 #include <sys/ioctl.h> 46 void delay(
int milliseconds);
54 void typePrint(
const std::string &content,
int delayTime = 15,
const std::string &color =
"\033[36m");
69 std::vector<std::string>
split(
const std::string &str,
char delimiter);
75 void clear(
int limit);
110 std::string
repeatString(
const std::string &str,
int count);
147 std::vector<int>
getDist(std::vector<std::string> vector);