You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

5 lines
204 B

int init_terminal_bcircle(int col, int bgcol);
void get_terminal_dim_bcircle(int *w, int *h);
int draw_terminal_bcircle(int virt, int height, int width, int f[200]);
void cleanup_terminal_bcircle(void);