GosSiP  1.32
gglobals.h
Go to the documentation of this file.
1 #ifndef gglobals_h
2 #define gglobals_h
3 
4 #define C_GREEN "\x1B[32m"
5 #define C_RED "\x1B[31m"
6 #define C_YELLOW "\x1B[33m"
7 #define C_RESET "\x1B[0m"
8 
9 #endif
10