TinyChatEngine
Loading...
Searching...
No Matches
interface.h
1#ifndef INTERFACE_H
2#define INTERFACE_H
3
4void set_print_black();
5void set_print_red();
6void set_print_yellow();
7void set_print_bold_yellow();
8void set_print_blue();
9void set_print_white();
10void set_print_reset();
11
12#endif