Survival Royale
1.0.0
A very simple yet funny card game.
Loading...
Searching...
No Matches
ansi_const.h
Go to the documentation of this file.
1
// Copyright (C) 2025 Giulio Salvi, Jacopo Paradisi
2
//
3
// This program is free software: you can redistribute it and/or modify
4
// it under the terms of the GNU General Public License as published by
5
// the Free Software Foundation, either version 3 of the License, or
6
// (at your option) any later version.
7
//
8
// This program is distributed in the hope that it will be useful,
9
// but WITHOUT ANY WARRANTY; without even the implied warranty of
10
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11
// GNU General Public License for more details.
12
//
13
// You should have received a copy of the GNU General Public License
14
// along with this program. If not, see <https://www.gnu.org/licenses/>.
15
20
21
#include "
includes.h
"
22
24
#define FgBlack 30
26
#define FgRed 31
28
#define FgGreen 32
30
#define FgYellow 33
32
#define FgBlue 34
34
#define FgMagenta 35
36
#define FgCyan 36
38
#define FgWhite 37
40
#define FgBrightBlack 90
42
#define FgBrightRed 91
44
#define FgBrightGreen 92
46
#define FgBrightYellow 93
48
#define FgBrightBlue 94
50
#define FgBrightMagenta 95
52
#define FgBrightCyan 96
54
#define FgBrightWhite 97
55
57
#define BgBlack 40
59
#define BgRed 41
61
#define BgGreen 42
63
#define BgYellow 43
65
#define BgBlue 44
67
#define BgMagenta 45
69
#define BgCyan 46
71
#define BgWhite 47
73
#define BgBrightBlack 100
75
#define BgBrightRed 101
77
#define BgBrightGreen 102
79
#define BgBrightYellow 103
81
#define BgBrightBlue 104
83
#define BgBrightMagenta 105
85
#define BgBrightCyan 106
87
#define BgBrightWhite 107
88
90
#define No 20
92
#define SingleUnderlined 21
94
#define DoublyUnderlined 22
includes.h
Preprocessor file used for including library for modules.
h
ansi_const.h
Generated by
1.14.0