BlueBubble 1.0
A recommendation algorithm for movies based on a Netlfix database
Loading...
Searching...
No Matches
config.h
Go to the documentation of this file.
1#ifndef CONFIG
2#define CONFIG
3
6
7
8#define BACKGROUND_COLOR1 terminal_white
9#define BACKGROUND_COLOR2 terminal_yellow
10#define PIECES_COLOR terminal_black
11#define WARNING_TEXT_COLOR terminal_red
12
13#endif
terminal_color
a type for terminal colors, used in the print functions.
Definition config.h:5
@ terminal_blue
Definition config.h:5
@ terminal_cyan
Definition config.h:5
@ terminal_magenta
Definition config.h:5
@ terminal_green
Definition config.h:5
@ terminal_white
Definition config.h:5
@ terminal_black
Definition config.h:5
@ terminal_yellow
Definition config.h:5
@ terminal_red
Definition config.h:5