BlueBubble
1.0
A recommendation algorithm for movies based on a Netlfix database
Loading...
Searching...
No Matches
system
config.h
Go to the documentation of this file.
1
#ifndef CONFIG
2
#define CONFIG
3
5
enum
terminal_color
{
terminal_black
,
terminal_red
,
terminal_green
,
terminal_yellow
,
terminal_blue
,
terminal_magenta
,
terminal_cyan
,
terminal_white
};
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
terminal_color
a type for terminal colors, used in the print functions.
Definition
config.h:5
terminal_blue
@ terminal_blue
Definition
config.h:5
terminal_cyan
@ terminal_cyan
Definition
config.h:5
terminal_magenta
@ terminal_magenta
Definition
config.h:5
terminal_green
@ terminal_green
Definition
config.h:5
terminal_white
@ terminal_white
Definition
config.h:5
terminal_black
@ terminal_black
Definition
config.h:5
terminal_yellow
@ terminal_yellow
Definition
config.h:5
terminal_red
@ terminal_red
Definition
config.h:5
Generated by
1.10.0